chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76acea
)
otter cli: mgmtchannel proxy needs to exit on server conn eof
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Jun 2021 12:56:49 +0000
(13:56 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Jun 2021 14:47:10 +0000
(15:47 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otter.rs
patch
|
blob
|
history
diff --git
a/src/bin/otter.rs
b/src/bin/otter.rs
index 11452d7f26276cbbda24727c18c1431cd04906e3..f930454a8c352cb7ef2e5a9d00da899465ca3499 100644
(file)
--- a/
src/bin/otter.rs
+++ b/
src/bin/otter.rs
@@
-1955,6
+1955,8
@@
mod mgmtchannel_proxy {
})
.context("copy responses")
.unwrap_or_else(|e| e.end_process(8));
+
+ exit(0);
});
tcmds.join().expect("collect commands copy");
tresps.join().expect("collect responses copy");