mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
The "exit" command was not implemented.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: nslookup.c,v 1.37 2000/09/01 21:54:23 bwelling Exp $ */
|
/* $Id: nslookup.c,v 1.38 2000/09/01 22:14:32 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -752,6 +752,9 @@ get_next_command(void) {
|
|||||||
(strcasecmp(ptr, "lserver") == 0)) {
|
(strcasecmp(ptr, "lserver") == 0)) {
|
||||||
printf("Server:\t%s\n", arg);
|
printf("Server:\t%s\n", arg);
|
||||||
setsrv(arg);
|
setsrv(arg);
|
||||||
|
} else if (strcasecmp(ptr, "exit") == 0) {
|
||||||
|
in_use = ISC_FALSE;
|
||||||
|
return;
|
||||||
} else
|
} else
|
||||||
addlookup(ptr);
|
addlookup(ptr);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user