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:
Dag-Erling Smørgrav 2003-06-24 19:30:44 +00:00
parent d0c8c0bcc2
commit af8524a91e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-crypto/openssh/dist/; revision=116791

View file

@ -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)