tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7415 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b3a279b89d
commit
28e07fb347
|
@ -619,6 +619,10 @@ SWITCH_DECLARE(switch_status_t) switch_socket_recvfrom(switch_sockaddr_t * from,
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (r == 35 ) {
|
||||||
|
r = SWITCH_STATUS_BREAK;
|
||||||
|
}
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue