SCP: Fix SET TELNET command to process all arguments on a command line.
This commit is contained in:
parent
8cb4262352
commit
ab7befb4da
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue