- (bal) Bug #541: return; was dropped by mistake. Reported by
furrier@iglou.com
This commit is contained in:
parent
405dc604f8
commit
93b6b776ad
|
@ -1,3 +1,7 @@
|
||||||
|
20030427
|
||||||
|
- (bal) Bug #541: return; was dropped by mistake. Reported by
|
||||||
|
furrier@iglou.com
|
||||||
|
|
||||||
20030409
|
20030409
|
||||||
- (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
|
- (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
|
||||||
from matth@eecs.berkeley.edu
|
from matth@eecs.berkeley.edu
|
||||||
|
@ -1337,4 +1341,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2658 2003/04/09 11:12:11 djm Exp $
|
$Id: ChangeLog,v 1.2659 2003/04/27 17:55:33 mouring Exp $
|
||||||
|
|
1
packet.c
1
packet.c
|
@ -1429,6 +1429,7 @@ packet_set_interactive(int interactive)
|
||||||
|
|
||||||
/* Only set socket options if using a socket. */
|
/* Only set socket options if using a socket. */
|
||||||
if (!packet_connection_is_on_socket())
|
if (!packet_connection_is_on_socket())
|
||||||
|
return;
|
||||||
if (interactive)
|
if (interactive)
|
||||||
set_nodelay(connection_in);
|
set_nodelay(connection_in);
|
||||||
#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)
|
#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)
|
||||||
|
|
Loading…
Reference in New Issue