removing private changes in sftp.c

This commit is contained in:
bagajjal 2016-12-21 19:53:10 -08:00
parent 0c98fdf059
commit c957488af2

1
sftp.c
View File

@ -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);
}