Skip to content
Snippets Groups Projects
Commit 8d7332bc authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit.

parent 7d704351
Branches
Tags
No related merge requests found
......@@ -1269,7 +1269,7 @@ int main(int argc, char** argv)
while(!bbs_stopped && !ftp_stopped && !mail_stopped && !services_stopped
&& ((run_bbs && !bbs_running)
|| (run_ftp && !ftp_running)
|| (web_ftp && !web_running)
|| (run_web && !web_running)
|| (run_mail && !mail_running)
|| (run_services && !services_running)))
mswait(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment