git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-06-04 13:54:29 +00:00
parent e47ebad696
commit 321a9996ba
1 changed files with 1 additions and 1 deletions

View 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");
}