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

NO_INACT bit in node_misc is ignored now (no such thing as local login).

parent a333b462
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ char sbbs_t::getkey(long mode)
last_telnet_cmd=now;
}
if(online==ON_REMOTE && !(cfg.node_misc&NM_NO_INACT) && !(console&CON_NO_INACT)
if(online==ON_REMOTE && !(console&CON_NO_INACT)
&& now-timeout>=cfg.sec_warn) { /* warning */
if(sys_status&SS_USERON) {
SAVELINE;
......
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