mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 15:46:31 +00:00
PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used.
This commit is contained in:
parent
47e61b5bdd
commit
29fe0e6c8d
@ -3818,7 +3818,7 @@ if (!peer[0]) {
|
||||
sim_printf ("Peer must be specified before attach\n");
|
||||
return SCPE_ARG;
|
||||
}
|
||||
sprintf (attach_string, "Line=%d,Connect=%s,%s", dmc, peer, cptr);
|
||||
sprintf (attach_string, "Line=%d,%s,Connect=%s,%s", dmc, cptr, peer);
|
||||
ans = tmxr_open_master (mp, attach_string); /* open master socket */
|
||||
if (ans != SCPE_OK)
|
||||
return ans;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user