summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-22 14:48:49 +1100
committerDamien Miller <djm@mindrot.org>2003-11-22 14:48:49 +1100
commit841b9f1aadbc18ad1e70d592c64e88782426bb53 (patch)
tree25b9ee006ca40b00b9b6acd332b3ad849b3d1700 /sftp-int.c
parentce34674a9fe98fd8d9df6f54de8dd3fc707826a8 (diff)
- (djm) [sftp-int.c] Remove duplicated code from bogus sync
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 */