mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 16:54:08 +00:00
Fixed missing ipad setup for outgoing connections
This commit is contained in:
parent
af93ca96c3
commit
33a2ec9e35
@ -783,6 +783,8 @@ for (i = 0; i < mp->lines; i++) { /* check each line in se
|
||||
lp->conn = TRUE; /* record connection */
|
||||
lp->sock = lp->connecting; /* it now looks normal */
|
||||
lp->connecting = 0;
|
||||
lp->ipad = realloc (lp->ipad, 1+strlen (lp->destination));
|
||||
strcpy (lp->ipad, lp->destination);
|
||||
lp->cnms = sim_os_msec ();
|
||||
break;
|
||||
case -1: /* failed connection */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user