Try and fix rendezvous problem

This commit is contained in:
Ron Pedde
2005-01-07 05:37:46 +00:00
parent b5d490473a
commit dd3bc4c731
4 changed files with 41 additions and 2 deletions

View File

@@ -927,8 +927,13 @@ int main(int argc, char *argv[]) {
pthread_join(signal_tid,NULL);
}
/* Got to find a cleaner way to stop the web server.
* Closing the fd of the socking accepting doesn't necessarily
* cause the accept to fail on some libcs.
*
DPRINTF(E_LOG,L_MAIN|L_WS,"Stopping web server\n");
ws_stop(server);
*/
config_close();