]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Mon, 28 Jan 2008 20:57:45 +0000 (20:57 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 28 Jan 2008 20:57:45 +0000 (20:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7415 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_apr.c

index ae653528b069f6cd6d9ce4777cf4f3503f6d29b1..eb1ad39cc0990e00ccfd705ed27196b5cc08d7e5 100644 (file)
@@ -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;
 }