]> andersk Git - openssh.git/blobdiff - packet.c
- (bal) Bug #541: return; was dropped by mistake. Reported by
[openssh.git] / packet.c
index 47e795db915db81b45ad07a24fde764d1617f4c7..2abfeddb87cb174517fa36d10e4626a6031eadf9 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -1429,6 +1429,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)
This page took 0.292228 seconds and 4 git commands to generate.