From c957488af2ff567038b6d827c1064d9f141f00e3 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 21 Dec 2016 19:53:10 -0800 Subject: [PATCH] removing private changes in sftp.c --- sftp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sftp.c b/sftp.c index e8869bc61..9910fda3a 100644 --- a/sftp.c +++ b/sftp.c @@ -2335,7 +2335,6 @@ connect_to_server(char *path, char **args, int *in, int *out) fcntl(pout[1], F_SETFD, FD_CLOEXEC); fcntl(pin[0], F_SETFD, FD_CLOEXEC); - memcpy(full_cmd, "sftp-server.exe", 16); sshpid = spawn_child(full_cmd, c_in, c_out, STDERR_FILENO, 0); free(full_cmd); }