git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7415 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-28 20:57:45 +00:00
parent b3a279b89d
commit 28e07fb347
1 changed files with 4 additions and 0 deletions

View File

@ -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;
} }