]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 02:27:03 +0000 (13:27 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 03:08:26 +0000 (14:08 +1100)
lib/isc/win32/interfaceiter.c
util/copyrights

index 89c31e37463094f8a548b832743b29798d700c36..8213eba0d4c87e6fd9683b7a164dc0307e7cddd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001, 2004, 2007-2009, 2013-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2001, 2004, 2007-2009, 2013-2016, 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
@@ -388,7 +388,7 @@ internal_current6(isc_interfaceiter_t *iter) {
                iter->current.flags = INTERFACE_F_UP;
 
                snprintf(iter->current.name, sizeof(iter->current.name),
-                        "TCP/IPv6 Interface %d", iter->pos6 + 1);
+                        "TCP/IPv6 Interface %u", iter->pos6 + 1);
 
                for (i = 0; i < 16; i++)
                        iter->current.netmask.type.in6.s6_addr[i] = 0xff;
index 70ef03552b5af9c637c51589f154b1821e9329da..18f2269bf96b31cf053966b215c99e29e10dd265 100644 (file)
 ./lib/isc/win32/include/isc/win32os.h          C       2002,2004,2007,2009,2015,2016
 ./lib/isc/win32/include/pkcs11/Makefile.in     MAKE    2014,2016
 ./lib/isc/win32/include/pkcs11/cryptoki.h      X       2014
-./lib/isc/win32/interfaceiter.c                        C       1999,2000,2001,2004,2007,2008,2009,2013,2014,2015,2016
+./lib/isc/win32/interfaceiter.c                        C       1999,2000,2001,2004,2007,2008,2009,2013,2014,2015,2016,2018
 ./lib/isc/win32/ipv6.c                         C       1999,2000,2001,2004,2007,2016
 ./lib/isc/win32/keyboard.c                     C       2000,2001,2004,2007,2016
 ./lib/isc/win32/libgen.h                       C       2009,2016