Skip to content
Snippets Groups Projects
Commit 2fa78aa6 authored by rswindell's avatar rswindell
Browse files

chksyspass no longer takes "local" parameter.

parent 644e30f6
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ int sbbs_t::login(char *str, char *pw)
useron.number=0;
useron.misc=useron_misc;
return(LOGIC_FALSE); }
if(REALSYSOP && !chksyspass(0)) {
if(REALSYSOP && !chksyspass()) {
bputs(text[InvalidLogon]);
useron.number=0;
useron.misc=useron_misc;
......
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