Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d97e15
)
* 7164 fix newconfig acceptor startup assertion
author
eeb
<eeb>
Sun, 31 Jul 2005 13:32:25 +0000
(13:32 +0000)
committer
eeb
<eeb>
Sun, 31 Jul 2005 13:32:25 +0000
(13:32 +0000)
lnet/lnet/acceptor.c
patch
|
blob
|
history
diff --git
a/lnet/lnet/acceptor.c
b/lnet/lnet/acceptor.c
index
1bf8034
..
40f2d96
100644
(file)
--- 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);