sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
Robert Dahlem
Robert.Dahlem at gmx.net
Sat Aug 28 05:14:41 EST 2004
On Fri, 27 Aug 2004 20:44:28 +0200, Robert Dahlem wrote:
> sock_in = sock_out = fcntl(STDIN_FILENO, F_DUPFD);
Oops. Should be
sock_in = sock_out = fcntl(STDIN_FILENO, F_DUPFD, 0);
instead.
Regards,
Robert
More information about the openssh-unix-dev
mailing list