summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sftp.c b/sftp.c
index c22825093..4569daccc 100644
--- a/sftp.c
+++ b/sftp.c
@@ -24,7 +24,7 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27RCSID("$OpenBSD: sftp.c,v 1.10 2001/03/06 06:11:44 deraadt Exp $"); 27RCSID("$OpenBSD: sftp.c,v 1.11 2001/03/07 10:11:23 djm Exp $");
28 28
29/* XXX: commandline mode */ 29/* XXX: commandline mode */
30/* XXX: copy between two remote hosts (commandline) */ 30/* XXX: copy between two remote hosts (commandline) */
@@ -256,8 +256,6 @@ main(int argc, char **argv)
256 256
257 connect_to_server(make_ssh_args(NULL), &in, &out, &sshpid); 257 connect_to_server(make_ssh_args(NULL), &in, &out, &sshpid);
258 258
259 do_init(in, out);
260
261 interactive_loop(in, out); 259 interactive_loop(in, out);
262 260
263#if !defined(USE_PIPES) 261#if !defined(USE_PIPES)