Files
bind9/bin
Michał Kępień ab4c911629 Fix cppcheck 1.90 warning
cppcheck 1.90 reports the following issue for bin/named/query.c:

    bin/named/query.c:6838:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
     snprintf(mbuf, sizeof(mbuf) - 1,
     ^

Tweak the format specifier for client->query.restarts to address the
problem.
2020-03-04 12:41:01 +01:00
..
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-02-12 15:37:33 +00:00
2020-02-24 22:04:43 -08:00
2020-03-04 12:41:01 +01:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-03-04 18:17:08 +11:00