]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 4 Jun 2007 13:54:29 +0000 (13:54 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 4 Jun 2007 13:54:29 +0000 (13:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5254 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/socket/socket2me/socket2me.c

index 128030c0a3ad3e9536d4cd1a4e821bbc115e7ad5..17ac13f7ba2e1688b830ce156cbb4296c6cb1f84 100644 (file)
@@ -316,7 +316,7 @@ void client_run(int client_socket, char *local_ip, int local_port, char *remote_
                        continue;
                }
 
-        if ((read_bytes = recvfrom(usock, audiobuf, sizeof(audiobuf), 0, (struct sockaddr *) &local_addr, &cliAddrLen)) < 0) {
+        if ((read_bytes = recvfrom(usock, audiobuf, sizeof(audiobuf), 0, (struct sockaddr *) &local_addr, cliAddrLen)) < 0) {
                        die("recvfrom() failed");
                }