mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
TMXR: Accept names when establishing listen sockets as originally intended
Problem found while testing solution for the problem reported in #767
This commit is contained in:
@@ -2745,8 +2745,10 @@ while (*tptr) {
|
||||
else
|
||||
if (0 == MATCH_CMD (cptr, "TELNET"))
|
||||
listennotelnet = FALSE;
|
||||
else
|
||||
return sim_messagef (SCPE_ARG, "Invalid Specifier: %s\n", tptr);
|
||||
else {
|
||||
if (*tptr)
|
||||
return sim_messagef (SCPE_ARG, "Invalid Specifier: %s\n", tptr);
|
||||
}
|
||||
}
|
||||
cptr = init_cptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user