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
|
@ -618,6 +618,10 @@ SWITCH_DECLARE(switch_status_t) switch_socket_recvfrom(switch_sockaddr_t * from,
|
|||
* from->ipaddr_ptr = inet_ntoa(from->sa.sin.sin_addr);
|
||||
*/
|
||||
}
|
||||
|
||||
if (r == 35 ) {
|
||||
r = SWITCH_STATUS_BREAK;
|
||||
}
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue