diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2014-12-15 12:14:41 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2014-12-15 12:14:41 +0000 |
| commit | 4c9547cd12b5bb569f10b368eb6bb04d897d596f (patch) | |
| tree | 025b1191fa4f9c03bf5345071dd2658f5d240b69 /bin/named/control.c | |
| parent | 989b3b2d6068ce5b525479b7754977baf6364a7d (diff) | |
Notes
Diffstat (limited to 'bin/named/control.c')
| -rw-r--r-- | bin/named/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/named/control.c b/bin/named/control.c index 35312fee59f37..306bca0b27946 100644 --- a/bin/named/control.c +++ b/bin/named/control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -203,7 +203,7 @@ ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) { command_compare(command, NS_COMMAND_LOADKEYS)) { result = ns_server_rekey(ns_g_server, command, text); } else if (command_compare(command, NS_COMMAND_ADDZONE)) { - result = ns_server_add_zone(ns_g_server, command); + result = ns_server_add_zone(ns_g_server, command, text); } else if (command_compare(command, NS_COMMAND_DELZONE)) { result = ns_server_del_zone(ns_g_server, command, text); } else if (command_compare(command, NS_COMMAND_SIGNING)) { |
