aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/packet.c b/crypto/openssh/packet.c
index 3e21df722a37..77860d626284 100644
--- a/crypto/openssh/packet.c
+++ b/crypto/openssh/packet.c
@@ -1344,6 +1344,7 @@ packet_set_interactive(int interactive)
/* Only set socket options if using a socket. */
if (!packet_connection_is_on_socket())
+ return;
if (interactive)
set_nodelay(connection_in);
#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)