mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
use %u instead of %d
This commit is contained in:
@@ -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);
|
||||
|
@@ -1994,7 +1994,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
|
||||
|
Reference in New Issue
Block a user