]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
call omapi_result_register
authorBrian Wellington <source@isc.org>
Tue, 27 Mar 2001 02:06:28 +0000 (02:06 +0000)
committerBrian Wellington <source@isc.org>
Tue, 27 Mar 2001 02:06:28 +0000 (02:06 +0000)
bin/rndc/rndc.c

index f2d028bb0d790e4a5c38e745c5e03cd7284f79a7..6fca3c1dac5b952d59e3202765eec9722f61e996 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.37.2.1 2001/01/09 22:32:56 bwelling Exp $ */
+/* $Id: rndc.c,v 1.37.2.2 2001/03/27 02:06:28 bwelling Exp $ */
 
 /*
  * Principal Author: DCL
@@ -40,6 +40,8 @@
 
 #include <dst/dst.h>
 
+#include <omapi/result.h>
+
 #include <named/omapi.h>
 
 static const char *progname;
@@ -323,6 +325,7 @@ main(int argc, char **argv) {
        else
                progname = *argv;
 
+       omapi_result_register();
        dns_result_register();
 
        while ((ch = isc_commandline_parse(argc, argv, "c:Mmp:s:Vy:"))