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

If a telnet location was provided by the client, copy it to the caller-ID

(CID) variable, even when the client isn't SEXPOTS.
parent 37f54ee5
No related branches found
No related tags found
No related merge requests found
...@@ -431,6 +431,7 @@ bool sbbs_t::answer() ...@@ -431,6 +431,7 @@ bool sbbs_t::answer()
} else { } else {
if(telnet_location[0]) { /* Telnet Location info provided */ if(telnet_location[0]) { /* Telnet Location info provided */
lprintf(LOG_INFO, "Telnet Location: %s", telnet_location); lprintf(LOG_INFO, "Telnet Location: %s", telnet_location);
SAFECOPY(cid, telnet_location);
} }
} }
if(telnet_speed) { if(telnet_speed) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment