Skip to content
Snippets Groups Projects
Commit 3c99e016 authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit.

parent bf64f0c4
No related branches found
No related tags found
No related merge requests found
......@@ -1212,7 +1212,7 @@ int main(int argc, char** argv)
bbs_startup.options|=BBS_OPT_NO_RECYCLE;
ftp_startup.options|=FTP_OPT_NO_RECYCLE;
mail_startup.options|=MAIL_OPT_NO_RECYCLE;
service_startup.options|=BBS_OPT_NO_RECYCLE;
services_startup.options|=BBS_OPT_NO_RECYCLE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment