Skip to content
Snippets Groups Projects
Commit f05b1f5c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't clear the 'terminated' flag after binding sockets

A sysop could hit 'q' to quit (sbbs, console mode) while the binding is taking
place.
parent 062c3fab
Branches
No related tags found
No related merge requests found
......@@ -2137,8 +2137,6 @@ void services_thread(void* arg)
semfile_list_check(&initialized, shutdown_semfiles);
}
terminated = false;
lprintf(LOG_INFO, "0000 Services thread started (%lu service sockets bound)", total_sockets);
#ifdef PREFER_POLL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment