Skip to content
Snippets Groups Projects
Commit 59a1a19e authored by rswindell's avatar rswindell
Browse files

Second command-line switch parse loop ignores "ni" switch.

parent 82bc9e89
Branches
Tags
No related merge requests found
......@@ -1095,6 +1095,8 @@ int main(int argc, char** argv)
mail_startup.options |=BBS_OPT_NO_JAVASCRIPT;
services_startup.options|=BBS_OPT_NO_JAVASCRIPT;
break;
case 'I' /* no .ini file */
break;
default:
printf(usage,argv[0]);
return(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment