Skip to content
Snippets Groups Projects
Commit c1d3b692 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Write/publish node client terminal params after telnet cmd parsing

parent a8a06fd6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -373,7 +373,6 @@ bool sbbs_t::answer()
else
SAFECOPY(terminal,"DUMB");
}
update_nodeterm();
/* AutoLogon via IP or Caller ID here */
if(!useron.number && !(sys_status&SS_RLOGIN)
......@@ -459,6 +458,8 @@ bool sbbs_t::answer()
SAFECOPY(client_ipaddr, cid); /* Over-ride IP address with Caller-ID info */
SAFECOPY(useron.comp,client_name);
update_nodeterm();
if(!useron.number
&& rlogin_name[0]!=0
&& !(cfg.sys_misc&SM_CLOSED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment