]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 28 Jul 2008 23:47:49 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 28 Jul 2008 23:47:49 +0000 (23:47 +0000)
lib/dns/message.c
lib/dns/xfrin.c

index 9b49a8d1bcedb079b56be569a3d2ab23f908182a..915f587871542e6f58238d1595f2b49e2569d0b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.194.2.10.2.28.4.1 2008/07/28 08:57:19 marka Exp $ */
+/* $Id: message.c,v 1.194.2.10.2.28.4.2 2008/07/28 23:47:49 tbox Exp $ */
 
 /***
  *** Imports
@@ -988,7 +988,7 @@ getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
                if (name == NULL)
                        return (ISC_R_NOMEMORY);
                free_name = ISC_TRUE;
-               
+
                offsets = newoffsets(msg);
                if (offsets == NULL) {
                        result = ISC_R_NOMEMORY;
@@ -1298,7 +1298,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
                        }
                        /*
                         * When the rdata is empty, the data pointer is
-                        * never dereferenced, but it must still be non-NULL. 
+                        * never dereferenced, but it must still be non-NULL.
                         * Casting 1 rather than "" avoids warnings about
                         * discarding the const attribute of a string,
                         * for compilers that would warn about such things.
@@ -1437,7 +1437,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
                                                               rdataset)
                                      == ISC_R_SUCCESS);
 
-                       if (rdtype != dns_rdatatype_opt && 
+                       if (rdtype != dns_rdatatype_opt &&
                            rdtype != dns_rdatatype_tsig &&
                            !issigzero)
                        {
index 460b7761ccea6b16814bc074369131cd57de523e..0e7a487b10574202a7b2761e1dbf89624eacd9e2 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrin.c,v 1.124.2.4.2.21.4.4 2008/07/28 08:57:19 marka Exp $ */
+/* $Id: xfrin.c,v 1.124.2.4.2.21.4.5 2008/07/28 23:47:49 tbox Exp $ */
 
 #include <config.h>
 
@@ -1186,7 +1186,7 @@ xfrin_recv_done(isc_task_t *task, isc_event_t *ev) {
 
        msg->tsigctx = xfr->tsigctx;
        xfr->tsigctx = NULL;
-       
+
        if (xfr->nmsg > 0)
                msg->tcp_continuation = 1;