From fdbf628de427f0690220de12d8c2c2bc63ea3708 Mon Sep 17 00:00:00 2001 From: eeb Date: Sun, 31 Jul 2005 13:32:25 +0000 Subject: [PATCH] * 7164 fix newconfig acceptor startup assertion --- lnet/lnet/acceptor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnet/lnet/acceptor.c b/lnet/lnet/acceptor.c index 1bf8034..40f2d96 100644 --- a/lnet/lnet/acceptor.c +++ b/lnet/lnet/acceptor.c @@ -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); -- 1.8.3.1