summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-int.c')
-rw-r--r--sftp-int.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sftp-int.c b/sftp-int.c
index 599a3444d..edb475bbb 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -352,7 +352,6 @@ get_pathname(const char **cpp, char **path)
352 if (cp[i] == quot) { /* Found quote */ 352 if (cp[i] == quot) { /* Found quote */
353 i++; 353 i++;
354 (*path)[j] = '\0'; 354 (*path)[j] = '\0';
355 i++;
356 break; 355 break;
357 } 356 }
358 if (cp[i] == '\0') { /* End of string */ 357 if (cp[i] == '\0') { /* End of string */