summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-04-27 17:55:33 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-04-27 17:55:33 +0000
commit93b6b776ad34ea49f18d5ab380cc83ff5ef22d8f (patch)
treee95fb3790f3b1000cbe279f800b3b07483dc09f3 /packet.c
parent405dc604f8c6274153bf13be7e25e1979bd557e2 (diff)
- (bal) Bug #541: return; was dropped by mistake. Reported by
furrier@iglou.com
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 47e795db9..2abfeddb8 100644
--- a/packet.c
+++ b/packet.c
@@ -1429,6 +1429,7 @@ packet_set_interactive(int interactive)
1429 1429
1430 /* Only set socket options if using a socket. */ 1430 /* Only set socket options if using a socket. */
1431 if (!packet_connection_is_on_socket()) 1431 if (!packet_connection_is_on_socket())
1432 return;
1432 if (interactive) 1433 if (interactive)
1433 set_nodelay(connection_in); 1434 set_nodelay(connection_in);
1434#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN) 1435#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)