call dns_result_register()

This commit is contained in:
Andreas Gustafsson
2000-11-30 20:45:07 +00:00
parent 984ca288f1
commit fa73911fa2

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.31 2000/11/30 19:38:04 gson Exp $ */
/* $Id: rndc.c,v 1.32 2000/11/30 20:45:07 gson Exp $ */
/*
* Principal Author: DCL
@@ -316,6 +316,8 @@ main(int argc, char **argv) {
else
progname = *argv;
dns_result_register();
while ((ch = isc_commandline_parse(argc, argv, "c:Mmp:s:Vy:"))
!= -1) {
switch (ch) {