Files
bind9/bin/named
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
..
2019-04-24 09:31:20 +10:00
2020-02-24 22:04:43 -08:00
2019-01-25 16:15:08 -08:00
2020-01-27 11:10:16 -08:00
2020-02-24 22:04:43 -08:00
2020-01-02 21:50:03 -08:00
2020-01-27 11:10:16 -08:00
2019-12-18 11:39:20 +11: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-01-02 21:50:03 -08:00
2020-01-27 11:10:16 -08:00
2020-03-04 12:41:01 +01:00