PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used.
This commit is contained in:
parent
47e61b5bdd
commit
29fe0e6c8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue