mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
use %u instead of %d
This commit is contained in:
parent
cc0b343e78
commit
7aab54de6f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
|
@ -125,7 +125,7 @@ main(int argc, char **argv) {
|
|||
}
|
||||
librpz->rsp_detach(&rsp);
|
||||
librpz->client_detach(&client);
|
||||
printf("%d\n", serial);
|
||||
printf("%u\n", serial);
|
||||
return (0);
|
||||
#else
|
||||
INSIST(0);
|
||||
|
|
|
|||
|
|
@ -1993,7 +1993,7 @@
|
|||
./bin/tests/system/rpz/Makefile.in MAKE 2017
|
||||
./bin/tests/system/rpz/ckdnsrps.sh SH 2017
|
||||
./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014,2016,2017
|
||||
./bin/tests/system/rpz/dnsrps.c C 2017
|
||||
./bin/tests/system/rpz/dnsrps.c C 2017,2018
|
||||
./bin/tests/system/rpz/dnsrpzd-license.conf X 2017
|
||||
./bin/tests/system/rpz/dnsrpzd.conf CONF-C 2017
|
||||
./bin/tests/system/rpz/ns1/named.conf CONF-C 2011,2013,2016,2017
|
||||
|
|
|
|||
Loading…
Reference in a new issue