]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 29 Nov 2012 23:45:50 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 29 Nov 2012 23:45:50 +0000 (23:45 +0000)
bin/dig/dig.c

index 66bed6a1d076f94df1eef10725b5294e51ed901b..cbe3705963dcb9243cb04fbe4361265052ff7db3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -259,7 +259,7 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) {
                time(&tnow);
                tmnow  = *localtime(&tnow);
                if (strftime(time_str, sizeof(time_str),
-                            "%a %b %d %T %Z %Y", &tmnow) > 0)
+                            "%a %b %d %T %Z %Y", &tmnow) > 0)
                        printf(";; WHEN: %s\n", time_str);
                if (query->lookup->doing_xfr) {
                        printf(";; XFR size: %u records (messages %u, "