mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Fixing build
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@284696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1994,8 +1994,7 @@ OOBOOL ooChannelsIsConnectionOK(OOH323CallData *call, OOSOCKET sock)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if(FD_ISSET(sock, &readfds))
|
||||
{
|
||||
if (pfds.events & POLLIN) {
|
||||
char buf[2];
|
||||
if(ooSocketRecvPeek(sock, (ASN1OCTET*) buf, 2) == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user