mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e47ebad696
commit
321a9996ba
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user