summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
commit5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch)
tree7595267f0f9cb746a0955a41bcb5e872c632e68b /sftp.c
parent2ab1968da288e0b32f639d5e7d79ab0b61d42bc3 (diff)
unexpand
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 9a6488fa1..f941d18fa 100644
--- a/sftp.c
+++ b/sftp.c
@@ -238,8 +238,8 @@ main(int argc, char **argv)
238 interactive_loop(in, out, file1, file2); 238 interactive_loop(in, out, file1, file2);
239 239
240#if !defined(USE_PIPES) 240#if !defined(USE_PIPES)
241 shutdown(in, SHUT_RDWR); 241 shutdown(in, SHUT_RDWR);
242 shutdown(out, SHUT_RDWR); 242 shutdown(out, SHUT_RDWR);
243#endif 243#endif
244 244
245 close(in); 245 close(in);