about summary refs log tree commit diff
path: root/Functions/TCP/tcp_fd_handler
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-01-06 13:56:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-01-06 13:56:12 +0000
commita892f5e24c60a5a77fc375aedca501152da0686c (patch)
tree03da6ba80dedcde37ad928d9cf10b52da6c80288 /Functions/TCP/tcp_fd_handler
parent66329cbe4c9842e6515d8a1b07b83b2ef3bcae35 (diff)
downloadzsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.gz
zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.xz
zsh-a892f5e24c60a5a77fc375aedca501152da0686c.zip
19339: minor TCP function suite additions
Diffstat (limited to 'Functions/TCP/tcp_fd_handler')
-rw-r--r--Functions/TCP/tcp_fd_handler1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/TCP/tcp_fd_handler b/Functions/TCP/tcp_fd_handler
index 33f553536..8774a2666 100644
--- a/Functions/TCP/tcp_fd_handler
+++ b/Functions/TCP/tcp_fd_handler
@@ -1,4 +1,5 @@
 local line name=${tcp_by_fd[$1]}
+local TCP_HANDLER_ACTIVE=1
 if [[ -n $name ]]
 then
   local TCP_INVALIDATE_ZLE