]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 08:07:27 +0000 (19:07 +1100)
committerMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 23:20:38 +0000 (10:20 +1100)
bin/tests/system/rpz/dnsrps.c
util/copyrights

index 6e26106032b1cd67adc5907ddd2c6058d2b7f4dc..373c19fe9b180b1f3769f7cf78f31212920ab16d 100644 (file)
@@ -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);
index 15deab8ae9a0680db6f57504e599427469cc2a48..960a688436bba4c85534b948174200177fd78c66 100644 (file)
 ./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