Whamcloud - gitweb
* 7164 fix newconfig acceptor startup assertion
authoreeb <eeb>
Sun, 31 Jul 2005 13:32:25 +0000 (13:32 +0000)
committereeb <eeb>
Sun, 31 Jul 2005 13:32:25 +0000 (13:32 +0000)
lnet/lnet/acceptor.c

index 1bf8034..40f2d96 100644 (file)
@@ -420,6 +420,8 @@ ptl_acceptor(void *arg)
        }
        
        libcfs_sock_release(ptl_acceptor_state.pta_sock);
+        ptl_acceptor_state.pta_sock = NULL;
+
         if (blind_ni != NULL)
                 ptl_ni_decref(blind_ni);