mirror of
https://github.com/simh/simh.git
synced 2026-02-16 04:34:05 +00:00
SCP: Fix SET TELNET command to process all arguments on a command line.
This commit is contained in:
@@ -1194,7 +1194,8 @@ while (*cptr != 0) { /* do all mods */
|
||||
r = tmxr_attach (&sim_con_tmxr, &sim_con_unit, gbuf);/* open master socket */
|
||||
if (r == SCPE_OK)
|
||||
sim_activate_after(&sim_con_unit, 1000000); /* check for connection in 1 second */
|
||||
return r;
|
||||
else
|
||||
return r;
|
||||
}
|
||||
}
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user