mirror of
https://github.com/simh/simh.git
synced 2026-02-21 22:59:27 +00:00
MUX: Fix for connection establishment logic for virtual null modem connections.
Test case provided by Ed Marr using PDP11 DL devices.
This commit is contained in:
@@ -1094,7 +1094,7 @@ for (i = 0; i < mp->lines; i++) { /* check each line in se
|
||||
tmxr_debug_connect_line (lp, msg);
|
||||
free (sockname);
|
||||
free (peername);
|
||||
break;
|
||||
return i;
|
||||
case -1: /* failed connection */
|
||||
sprintf (msg, "tmxr_poll_conn() - Outgoing Line Connection to %s failed", lp->destination);
|
||||
tmxr_debug_connect_line (lp, msg);
|
||||
|
||||
Reference in New Issue
Block a user