]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix ISC_FORMAT_PRINTF paramaters for socket_log
authorMark Andrews <marka@isc.org>
Fri, 11 Nov 2016 15:54:51 +0000 (02:54 +1100)
committerMark Andrews <marka@isc.org>
Fri, 11 Nov 2016 15:54:51 +0000 (02:54 +1100)
lib/isc/win32/socket.c

index eaef4cb0698ed0198fe9d3357ac1211a322f2e52..ae306ef0ba308bfac728691bc80406cf39386793 100644 (file)
@@ -442,7 +442,7 @@ static void
 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address,
           isc_logcategory_t *category, isc_logmodule_t *module, int level,
           isc_msgcat_t *msgcat, int msgset, int message,
-          const char *fmt, ...) ISC_FORMAT_PRINTF(9, 10);
+          const char *fmt, ...) ISC_FORMAT_PRINTF(10, 11);
 
 /*  This function will add an entry to the I/O completion port
  *  that will signal the I/O thread to exit (gracefully)