Commit 6b9be1b
committed
Fix creation of DirectIO overwriting fifo config
Creating a direct IO should not overwrite the fifo
configuration. The fifo configuration can be updated
before creating the direct io if needed.
This fixes an expected change in behavior for clients
who were calling NewDirectIO previously with terminal
configured on the fifo.
Signed-off-by: Derek McGowan <[email protected]>1 parent 5b1f69b commit 6b9be1b
3 files changed
Lines changed: 10 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 144 | | |
154 | 145 | | |
155 | | - | |
156 | 146 | | |
157 | 147 | | |
158 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 432 | | |
441 | | - | |
| 433 | + | |
442 | 434 | | |
443 | 435 | | |
444 | 436 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
| 437 | + | |
450 | 438 | | |
451 | 439 | | |
452 | 440 | | |
| |||
508 | 496 | | |
509 | 497 | | |
510 | 498 | | |
511 | | - | |
| 499 | + | |
512 | 500 | | |
513 | 501 | | |
514 | 502 | | |
| |||
583 | 571 | | |
584 | 572 | | |
585 | 573 | | |
586 | | - | |
| 574 | + | |
587 | 575 | | |
588 | 576 | | |
589 | 577 | | |
| |||
668 | 656 | | |
669 | 657 | | |
670 | 658 | | |
671 | | - | |
| 659 | + | |
672 | 660 | | |
673 | 661 | | |
674 | 662 | | |
| |||
775 | 763 | | |
776 | 764 | | |
777 | 765 | | |
778 | | - | |
| 766 | + | |
779 | 767 | | |
780 | 768 | | |
781 | 769 | | |
| |||
0 commit comments