diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | packet.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20030427 | ||
2 | - (bal) Bug #541: return; was dropped by mistake. Reported by | ||
3 | furrier@iglou.com | ||
4 | |||
1 | 20030409 | 5 | 20030409 |
2 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report | 6 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report |
3 | from matth@eecs.berkeley.edu | 7 | from matth@eecs.berkeley.edu |
@@ -1337,4 +1341,4 @@ | |||
1337 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1341 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1338 | ok provos@ | 1342 | ok provos@ |
1339 | 1343 | ||
1340 | $Id: ChangeLog,v 1.2658 2003/04/09 11:12:11 djm Exp $ | 1344 | $Id: ChangeLog,v 1.2659 2003/04/27 17:55:33 mouring Exp $ |
@@ -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) |