mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-20 00:28:52 -04:00
signed/unsigned comparision
This commit is contained in:
parent
e8a622d76a
commit
2e1185e19e
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) {
|
|||
time(&tnow);
|
||||
tmnow = *localtime(&tnow);
|
||||
if (strftime(time_str, sizeof(time_str),
|
||||
"%a %b %d %T %Z %Y", &tmnow) > 0)
|
||||
"%a %b %d %T %Z %Y", &tmnow) > 0U)
|
||||
printf(";; WHEN: %s\n", time_str);
|
||||
if (query->lookup->doing_xfr) {
|
||||
printf(";; XFR size: %u records (messages %u, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue