1
0
Fork 0

Fix Windows bug: enable/disable FGCom builtin

This commit is contained in:
Clement de l'Hamaide 2013-11-11 21:39:40 +01:00
parent accdf97785
commit 42dcb455ff

View file

@ -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);
} }