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

Don't change useron.misc during logon. This could cause a user's account

to have the NO_EXASCII (plain-ASCII only) set if the logged in without a
successful auto-terminal-type detection.
And with sbbs_t::term_supports(), we don't need useron.misc to reflect the
auto-detected-terminal-type any longer.
parent 000f7e23
Branches
Tags
No related merge requests found
......@@ -450,8 +450,6 @@ bool sbbs_t::answer()
input_thread_mutex_locked = false;
}
lprintf(LOG_INFO, "terminal type: %lux%lu %s", cols, rows, terminal);
useron.misc&=~TERM_FLAGS;
useron.misc|=autoterm;
SAFECOPY(client_ipaddr, cid); /* Over-ride IP address with Caller-ID info */
SAFECOPY(useron.comp,client_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment