The do_inet semafore was removed too early
This commit is contained in:
parent
80e6ba6172
commit
84897246ab
@ -537,7 +537,7 @@ int check_calllist(void)
|
|||||||
/*
|
/*
|
||||||
* Check if we need to remove the do_inet semafore
|
* Check if we need to remove the do_inet semafore
|
||||||
*/
|
*/
|
||||||
if (!inet_calls && s_do_inet) {
|
if (!inet_calls && internet && s_do_inet) {
|
||||||
tasklog('c', "Removing do_inet semafore");
|
tasklog('c', "Removing do_inet semafore");
|
||||||
s_do_inet = FALSE;
|
s_do_inet = FALSE;
|
||||||
if (IsSema((char *)"do_inet")) {
|
if (IsSema((char *)"do_inet")) {
|
||||||
|
Reference in New Issue
Block a user