diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-22 04:48:49 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-22 04:48:49 +0100 |
commit | 841b9f1aadbc18ad1e70d592c64e88782426bb53 (patch) | |
tree | 25b9ee006ca40b00b9b6acd332b3ad849b3d1700 /sftp-int.c | |
parent | sync whitespace - no code change (diff) | |
download | openssh-841b9f1aadbc18ad1e70d592c64e88782426bb53.tar.xz openssh-841b9f1aadbc18ad1e70d592c64e88782426bb53.zip |
- (djm) [sftp-int.c] Remove duplicated code from bogus sync
Diffstat (limited to 'sftp-int.c')
-rw-r--r-- | sftp-int.c | 1 |
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) if (cp[i] == quot) { /* Found quote */ i++; (*path)[j] = '\0'; - i++; break; } if (cp[i] == '\0') { /* End of string */ |