]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
undo
authorMark Andrews <marka@isc.org>
Fri, 21 Sep 2001 00:28:05 +0000 (00:28 +0000)
committerMark Andrews <marka@isc.org>
Fri, 21 Sep 2001 00:28:05 +0000 (00:28 +0000)
bin/named/controlconf.c

index 20584b21799fd5fd0f0c673f1d3dd42a1c545c60..792b8e0ec05d4d91ed1f3470746b88939da05e3f 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: controlconf.c,v 1.28.2.1 2001/09/20 23:01:44 marka Exp $ */
+/* $Id: controlconf.c,v 1.28.2.2 2001/09/21 00:28:05 marka Exp $ */
 
 #include <config.h>
 
@@ -333,10 +333,6 @@ control_recvmessage(isc_task_t *task, isc_event_t *event) {
        listener = conn->listener;
        secret.rstart = NULL;
 
-        /* Is the server shutting down? */
-        if (ns_g_server->task == 0)
-                goto cleanup;
-
        if (conn->ccmsg.result != ISC_R_SUCCESS) {
                if (conn->ccmsg.result != ISC_R_CANCELED &&
                    conn->ccmsg.result != ISC_R_EOF)