Fix Windows bug: enable/disable FGCom builtin
This commit is contained in:
parent
accdf97785
commit
42dcb455ff
1 changed files with 2 additions and 2 deletions
4
3rdparty/iaxclient/lib/iaxclient_lib.c
vendored
4
3rdparty/iaxclient/lib/iaxclient_lib.c
vendored
|
@ -699,7 +699,7 @@ EXPORT void iaxc_shutdown()
|
|||
}
|
||||
put_iaxc_lock();
|
||||
#ifdef WIN32
|
||||
closesocket(iax_get_fd()); //fd:
|
||||
//closesocket(iax_get_fd()); //fd:
|
||||
#endif
|
||||
|
||||
free(calls);
|
||||
|
@ -1797,7 +1797,7 @@ static void service_network()
|
|||
e->etype);
|
||||
} else
|
||||
{
|
||||
iaxci_usermsg(IAXC_STATUS,
|
||||
iaxci_usermsg(IAXC_ERROR,
|
||||
"Event (type %d) for a non-existant session. Dropping",
|
||||
e->etype);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue