mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
unsigned constant
This commit is contained in:
parent
ef7da06514
commit
69eee72e82
1 changed files with 1 additions and 1 deletions
|
|
@ -8036,7 +8036,7 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
|
|||
return (ISC_R_NOSPACE);
|
||||
n = sscanf(nbuf, "%hhd %hhd %hhd",
|
||||
&hash, &flags, &iter);
|
||||
if (n != 3)
|
||||
if (n != 3U)
|
||||
return (ISC_R_BADNUMBER);
|
||||
|
||||
ptr = next_token(&args, " \t");
|
||||
|
|
|
|||
Loading…
Reference in a new issue