Add a "return" that was missing from 3.6.1p1. Since it's been fixed in
the OpenSSH-portable CVS repo, I'm committing this on the vendor branch.
This commit is contained in:
parent
d0c8c0bcc2
commit
af8524a91e
@ -1344,6 +1344,7 @@ packet_set_interactive(int interactive)
|
||||
|
||||
/* Only set socket options if using a socket. */
|
||||
if (!packet_connection_is_on_socket())
|
||||
return;
|
||||
if (interactive)
|
||||
set_nodelay(connection_in);
|
||||
#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)
|
||||
|
Loading…
Reference in New Issue
Block a user