]> andersk Git - openssh.git/blobdiff - sftp.c
unexpand
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 9a6488fa13971fa9214ba73d5875ffffc1918986..f941d18faae581b8d92fb11575e955332696206c 100644 (file)
--- 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);
This page took 0.052946 seconds and 4 git commands to generate.