X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/11a3dcde3119ad9962f9a5e9a24934487260ee0c..875ec2753a1297bbed3492345f6fd1069fd7f809:/sftp.c diff --git a/sftp.c b/sftp.c index 9a6488fa..f941d18f 100644 --- a/sftp.c +++ b/sftp.c @@ -238,8 +238,8 @@ main(int argc, char **argv) interactive_loop(in, out, file1, file2); #if !defined(USE_PIPES) - shutdown(in, SHUT_RDWR); - shutdown(out, SHUT_RDWR); + shutdown(in, SHUT_RDWR); + shutdown(out, SHUT_RDWR); #endif close(in);