]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 13:24:11 +0000 (00:24 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 05:37:44 +0000 (16:37 +1100)
lib/dns/tcpmsg.c
util/copyrights

index bffb0c50c145d0c713190c4b621c6b5b88b2e78a..b43b8db2490fa3a2dc0082bd692b0cbe48909009 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2015, 2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -122,7 +122,7 @@ recv_message(isc_task_t *task, isc_event_t *ev_in) {
        tcpmsg->result = ISC_R_SUCCESS;
        isc_buffer_add(&tcpmsg->buffer, ev->n);
 
-       XDEBUG(("Received %d bytes (of %d)\n", ev->n, tcpmsg->size));
+       XDEBUG(("Received %u bytes (of %d)\n", ev->n, tcpmsg->size));
 
  send_and_free:
        isc_task_send(tcpmsg->task, &dev);
index 92b46252f2dbd02e7ae5033466ab8bdaf7760f36..1379a625fd14e482db8b07b385357cacbaf3b45a 100644 (file)
 ./lib/dns/ssu.c                                        C       2000,2001,2003,2004,2005,2006,2007,2008,2010,2011,2013,2014,2017,2018
 ./lib/dns/ssu_external.c                       C       2011,2012,2013,2017
 ./lib/dns/stats.c                              C       2000,2001,2004,2005,2007,2008,2009,2012
-./lib/dns/tcpmsg.c                             C       1999,2000,2001,2004,2005,2006,2007,2015
+./lib/dns/tcpmsg.c                             C       1999,2000,2001,2004,2005,2006,2007,2015,2018
 ./lib/dns/tests/Atffile                                X       2011,2017
 ./lib/dns/tests/Kdh.+002+18602.key             X       2014
 ./lib/dns/tests/Krsa.+005+29235.key            X       2016