]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 9 Dec 2010 04:30:57 +0000 (04:30 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 9 Dec 2010 04:30:57 +0000 (04:30 +0000)
bin/nsupdate/nsupdate.c

index 37e749814549ae70950631620b3dbbcd501addf2..a1a64c104cffadfcf45ea3a0884ce75ee70b6d02 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.163.48.14 2010/12/09 01:12:55 marka Exp $ */
+/* $Id: nsupdate.c,v 1.163.48.15 2010/12/09 04:30:57 tbox Exp $ */
 
 /*! \file */
 
@@ -617,7 +617,7 @@ setup_keyfile(void) {
                                keyfile, isc_result_totext(result));
                        return;
                }
-       } else 
+       } else
                dst_key_attach(dstkey, &sig0key);
 }