diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |