summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet.c b/packet.c
index 5866aafbf..dae1226a6 100644
--- a/packet.c
+++ b/packet.c
@@ -1358,6 +1358,7 @@ packet_set_interactive(int interactive)
1358 1358
1359 /* Only set socket options if using a socket. */ 1359 /* Only set socket options if using a socket. */
1360 if (!packet_connection_is_on_socket()) 1360 if (!packet_connection_is_on_socket())
1361 return;
1361 if (interactive) 1362 if (interactive)
1362 set_nodelay(connection_in); 1363 set_nodelay(connection_in);
1363#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN) 1364#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)