mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
fix ISC_FORMAT_PRINTF paramaters for socket_log
This commit is contained in:
parent
415eeebda4
commit
02c341f282
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user