- (djm) [sftp-int.c] Remove duplicated code from bogus sync

This commit is contained in:
Damien Miller 2003-11-22 14:48:49 +11:00
parent ce34674a9f
commit 841b9f1aad
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@
Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
is enabled, rely on SIA to check for locked accounts if enabled. ok djm@
- (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
- (djm) [sftp-int.c] Remove duplicated code from bogus sync
20031121
- (djm) OpenBSD CVS Sync
@ -1508,4 +1509,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3123 2003/11/22 03:39:04 djm Exp $
$Id: ChangeLog,v 1.3124 2003/11/22 03:48:49 djm Exp $

View File

@ -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 */