TMXR: Enable proper inheritance of mux global/default buffering value to individual lines.
This commit is contained in:
parent
49d38187dd
commit
017141c9a3
1 changed files with 2 additions and 0 deletions
|
@ -2082,6 +2082,8 @@ while (*tptr) {
|
||||||
nolog = notelnet = listennotelnet = unbuffered = loopback = FALSE;
|
nolog = notelnet = listennotelnet = unbuffered = loopback = FALSE;
|
||||||
datagram = mp->datagram;
|
datagram = mp->datagram;
|
||||||
packet = mp->packet;
|
packet = mp->packet;
|
||||||
|
if (mp->buffered)
|
||||||
|
sprintf(buffered, "%d", mp->buffered);
|
||||||
if (line != -1)
|
if (line != -1)
|
||||||
notelnet = listennotelnet = mp->notelnet;
|
notelnet = listennotelnet = mp->notelnet;
|
||||||
modem_control = mp->modem_control;
|
modem_control = mp->modem_control;
|
||||||
|
|
Loading…
Add table
Reference in a new issue