From: Brian West Date: Mon, 28 Jan 2008 20:57:45 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0-rc1~504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e07fb34762b9ec823e05e3aa6d06c2f62d6e31;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7415 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_apr.c b/src/switch_apr.c index ae653528b0..eb1ad39cc0 100644 --- a/src/switch_apr.c +++ b/src/switch_apr.c @@ -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; }