summaryrefslogtreecommitdiff
path: root/sftp-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-client.c')
-rw-r--r--sftp-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-client.c b/sftp-client.c
index 458d7364a..c64a43f7a 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -222,7 +222,7 @@ do_init(int fd_in, int fd_out)
222 222
223 get_msg(fd_in, &msg); 223 get_msg(fd_in, &msg);
224 224
225 /* Expecting a VERSION reply */ 225 /* Expecting a VERSION reply */
226 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) { 226 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) {
227 error("Invalid packet back from SSH2_FXP_INIT (type %d)", 227 error("Invalid packet back from SSH2_FXP_INIT (type %d)",
228 type); 228 type);