Actually enable signaling sockets server thread counterparts!
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5718 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -739,9 +739,9 @@ execute_command(net_server_cookie *nsc, uint32 op, void *data, uint32 length)
|
|||||||
return command->result;
|
return command->result;
|
||||||
}
|
}
|
||||||
FATAL(("command couldn't be executed: %s\n", strerror(status)));
|
FATAL(("command couldn't be executed: %s\n", strerror(status)));
|
||||||
// if (status == B_INTERRUPTED)
|
if (status == B_INTERRUPTED)
|
||||||
// Signaling our net_server counterpart, so his socket thread awake too...
|
// Signaling our net_server counterpart, so his socket thread awake too...
|
||||||
// send_signal_etc(nsc->socket_thread, SIGINT, 0);
|
send_signal_etc(nsc->socket_thread, SIGINT, 0);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user