Commit 18466a2
committed
Avoid printing a signal error when closing a connection
Previously I would see:
```
dave@m1 cli % ./build/docker run -it --init ubuntu
root@7f9fc6aee300:/# exit
Unsupported signal: <nil>. Discarding.
```
Signed-off-by: David Scott <[email protected]>1 parent cedaf44 commit 18466a2
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments