mirror of
https://github.com/open-simh/simh.git
synced 2026-01-20 10:04:28 +00:00
SCP: Fix SET TELNET command to process all arguments on a command line.
This commit is contained in:
parent
8cb4262352
commit
ab7befb4da
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user