]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Pullup for Brian.
authorMichael Sawyer <source@isc.org>
Tue, 3 Oct 2000 17:43:54 +0000 (17:43 +0000)
committerMichael Sawyer <source@isc.org>
Tue, 3 Oct 2000 17:43:54 +0000 (17:43 +0000)
505.  [bug]           nsupdate was printing "unknown result code". [RT #373]

CHANGES
bin/nsupdate/nsupdate.c

diff --git a/CHANGES b/CHANGES
index f538fb37aace37900b0ae55eeb13366b032fedcd..e002b631ddd50e05b472c068535aba53612ede91 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+ 505.  [bug]           nsupdate was printing "unknown result code". [RT #373]
+
  498.  [doc]           There is now a man page for "dig" 
                        in doc/man/bin/dig.1.
 
index c41f69454ca5799de6c2ebc9ea51981ab562bc8b..a2c69b0c208743d77d236d01b6bdf54f01d527cd 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.8.2.10 2000/09/18 23:35:19 bwelling Exp $ */
+/* $Id: nsupdate.c,v 1.8.2.11 2000/10/03 17:43:54 mws Exp $ */
 
 #include <config.h>
 
@@ -377,6 +377,8 @@ setup_system(void) {
         */
        srandom(getpid() + (int)&setup_system);
 
+       dns_result_register();
+
        result = isc_net_probeipv4();
        check_result(result, "isc_net_probeipv4");