about summary refs log tree commit diff
path: root/Functions/TCP
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-11-15 16:58:35 +0000
committerClint Adams <clint@users.sourceforge.net>2008-11-15 16:58:35 +0000
commitac38534728b2980d1e4b3422453322546b975062 (patch)
tree8611ccaf98fcfa96440ff02780cc8b798b10bb75 /Functions/TCP
parentd7ebd94ff40ee6a38b363ae838b21af3c6913ecb (diff)
downloadzsh-ac38534728b2980d1e4b3422453322546b975062.tar.gz
zsh-ac38534728b2980d1e4b3422453322546b975062.tar.xz
zsh-ac38534728b2980d1e4b3422453322546b975062.zip
26046: return an error if session's fd is unusable.
Diffstat (limited to 'Functions/TCP')
-rw-r--r--Functions/TCP/tcp_send2
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/TCP/tcp_send b/Functions/TCP/tcp_send
index d5edf05bd..c976a2fb7 100644
--- a/Functions/TCP/tcp_send
+++ b/Functions/TCP/tcp_send
@@ -74,6 +74,8 @@ while true; do
     if [[ $? -ne 0 || -n $TCP_FD_CLOSED ]]; then
       print "Session ${TCP_SESS}: fd $fd unusable." >&2
       unset TCP_FD_CLOSED
+      mystat=1
+      continue
     fi
     if [[ -n $TCP_OUTPUT ]]; then
       tcp_output -P "$TCP_OUTPUT" -S $TCP_SESS -F $fd -q "${(j. .)*}"