1
0
mirror of https://github.com/simh/simh.git synced 2026-03-04 10:34:40 +00:00

TMXR: Make sure to add single line mux with a destination to open list

This commit is contained in:
Mark Pizzolato
2025-03-17 14:51:11 -10:00
parent 5cfa8662e9
commit c4d3aadc68

View File

@@ -3443,6 +3443,7 @@ while (*tptr) {
tmxr_init_line (lp); /* init the line state */
if (speed[0] && (!datagram))
tmxr_set_line_speed (lp, speed);
tmxr_add_to_open_list (mp);
return SCPE_OK;
}
else