From 28e07fb34762b9ec823e05e3aa6d06c2f62d6e31 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 28 Jan 2008 20:57:45 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7415 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_apr.c | 4 ++++ 1 file changed, 4 insertions(+) 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; }