update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5275 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
49d5f15a91
commit
32bdf10952
|
@ -371,7 +371,7 @@ void client_run(int client_socket, char *local_ip, int local_port, char *remote_
|
|||
|
||||
|
||||
cliAddrLen = sizeof(sendaddr);
|
||||
if (sendto(usock, usebuf, tx_bytes, 0, (struct sockaddr *) &sendaddr, sizeof(sendaddr)) != sample_count) {
|
||||
if (sendto(usock, usebuf, tx_bytes, 0, (struct sockaddr *) &sendaddr, sizeof(sendaddr)) != tx_bytes) {
|
||||
die("sendto() sent a different number of bytes than expected");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue