2498. [bug] Removed a bogus function argument used with
ISC_SOCKET_USE_POLLWATCH: it could cause compiler warning or crash named with the debug 1 level of logging. [RT #18917] (Note that this entry is placed under the 9.5.1rc1 mark)
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,6 +1,11 @@
|
||||
|
||||
--- 9.5.1rc1 released ---
|
||||
|
||||
2498. [bug] Removed a bogus function argument used with
|
||||
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
|
||||
warning or crash named with the debug 1 level
|
||||
of logging. [RT #18917]
|
||||
|
||||
2496. [bug] Add sanity length checks to NSID option. [RT #18813]
|
||||
|
||||
2495. [bug] Tighten RRSIG checks. [RT #18795]
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.275.10.31 2008/11/12 23:46:31 tbox Exp $ */
|
||||
/* $Id: socket.c,v 1.275.10.32 2008/11/20 00:06:01 jinmei Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -3365,7 +3365,6 @@ watcher(void *uap) {
|
||||
ISC_LOGCATEGORY_GENERAL,
|
||||
ISC_LOGMODULE_SOCKET,
|
||||
ISC_LOG_DEBUG(1),
|
||||
ISC_LOG_INFO,
|
||||
"unexpected POLL timeout");
|
||||
}
|
||||
pollstate = poll_active;
|
||||
|
||||
Reference in New Issue
Block a user