SCP: Fix SET TELNET command to process all arguments on a command line.

This commit is contained in:
Mark Pizzolato 2014-10-05 06:50:48 -07:00
parent 8cb4262352
commit ab7befb4da

View file

@ -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;