mirror of
https://github.com/open-simh/simh.git
synced 2026-04-30 13:41:55 +00:00
PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used.
This commit is contained in:
@@ -3818,7 +3818,7 @@ if (!peer[0]) {
|
|||||||
sim_printf ("Peer must be specified before attach\n");
|
sim_printf ("Peer must be specified before attach\n");
|
||||||
return SCPE_ARG;
|
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 */
|
ans = tmxr_open_master (mp, attach_string); /* open master socket */
|
||||||
if (ans != SCPE_OK)
|
if (ans != SCPE_OK)
|
||||||
return ans;
|
return ans;
|
||||||
|
|||||||
Reference in New Issue
Block a user