FS-5896 --resolve
This commit is contained in:
parent
3c2a5db225
commit
e2bdd78d55
|
@ -1 +1 @@
|
|||
Mon Oct 21 20:11:13 CDT 2013
|
||||
Tue Oct 22 20:32:55 CDT 2013
|
||||
|
|
|
@ -2620,6 +2620,8 @@ int tport_accept(tport_primary_t *pri, int events)
|
|||
SU_DEBUG_3(("%s(%p): incoming secondary on "TPN_FORMAT
|
||||
" failed. reason = %s\n", __func__, (void *)pri,
|
||||
TPN_ARGS(pri->pri_primary->tp_name), reason));
|
||||
shutdown(s, 2);
|
||||
su_close(s);
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue