FS-5896 --resolve

This commit is contained in:
Anthony Minessale 2013-10-22 20:33:13 +05:00
parent 3c2a5db225
commit e2bdd78d55
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Mon Oct 21 20:11:13 CDT 2013
Tue Oct 22 20:32:55 CDT 2013

View File

@ -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 {