1
0
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:
Mark Pizzolato
2015-08-18 09:52:49 -07:00
parent f602b132dd
commit 77152c6e20
2 changed files with 64 additions and 10 deletions

View File

@@ -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);