TMXR: Enable proper inheritance of mux global/default buffering value to individual lines.

This commit is contained in:
Mark Pizzolato 2014-03-30 13:36:41 -07:00
parent 49d38187dd
commit 017141c9a3

View file

@ -2082,6 +2082,8 @@ while (*tptr) {
nolog = notelnet = listennotelnet = unbuffered = loopback = FALSE;
datagram = mp->datagram;
packet = mp->packet;
if (mp->buffered)
sprintf(buffered, "%d", mp->buffered);
if (line != -1)
notelnet = listennotelnet = mp->notelnet;
modem_control = mp->modem_control;