]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 08:26:37 +0000 (19:26 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 07:06:58 +0000 (18:06 +1100)
bin/tests/mdig.c
lib/dns/dst_api.c
util/copyrights

index 9e023e811a7e0dde79d72c6ced2abd40b6935c61..a8980761f7ee8e2082a08efe6dc1e478e6d5e008 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2016, 2017.2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index b7cad4f109c0303b84d2b4c5792af17cc3a9e370..85f6ab565cc42c74c11ce202cc2ce34cbe28626e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2013, 2015-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2013, 2015-2018  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -1675,7 +1675,7 @@ write_public_key(const dst_key_t *key, int type, const char *directory) {
        fprintf(fp, " ");
 
        if (key->key_ttl != 0)
-               fprintf(fp, "%d ", key->key_ttl);
+               fprintf(fp, "%u ", key->key_ttl);
 
        isc_buffer_usedregion(&classb, &r);
        if ((unsigned) fwrite(r.base, 1, r.length, fp) != r.length)
index 676ea61612da78d6fe5340617be282de4ba1fdd6..448e51131808156b7836804f3edc09b898d5c3c9 100644 (file)
 ./lib/dns/dns64.c                              C       2010,2011,2014,2017
 ./lib/dns/dnssec.c                             C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./lib/dns/ds.c                                 C       2002,2003,2004,2005,2006,2007,2010,2012
-./lib/dns/dst_api.c                            C.NAI   1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2017
+./lib/dns/dst_api.c                            C.NAI   1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2017,2018
 ./lib/dns/dst_internal.h                       C.NAI   2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2017
 ./lib/dns/dst_lib.c                            C       1999,2000,2001,2004,2005,2007
 ./lib/dns/dst_openssl.h                                C       2002,2004,2005,2007,2008,2009,2011,2012,2015,2016