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();
|
put_iaxc_lock();
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
closesocket(iax_get_fd()); //fd:
|
//closesocket(iax_get_fd()); //fd:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
free(calls);
|
free(calls);
|
||||||
|
@ -1797,7 +1797,7 @@ static void service_network()
|
||||||
e->etype);
|
e->etype);
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
iaxci_usermsg(IAXC_STATUS,
|
iaxci_usermsg(IAXC_ERROR,
|
||||||
"Event (type %d) for a non-existant session. Dropping",
|
"Event (type %d) for a non-existant session. Dropping",
|
||||||
e->etype);
|
e->etype);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue