mirror of git://anongit.mindrot.org/openssh.git
- (djm) [sftp-int.c] Remove duplicated code from bogus sync
This commit is contained in:
parent
ce34674a9f
commit
841b9f1aad
|
@ -7,6 +7,7 @@
|
||||||
Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
|
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@
|
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) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
|
||||||
|
- (djm) [sftp-int.c] Remove duplicated code from bogus sync
|
||||||
|
|
||||||
20031121
|
20031121
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -1508,4 +1509,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
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 $
|
||||||
|
|
|
@ -352,7 +352,6 @@ get_pathname(const char **cpp, char **path)
|
||||||
if (cp[i] == quot) { /* Found quote */
|
if (cp[i] == quot) { /* Found quote */
|
||||||
i++;
|
i++;
|
||||||
(*path)[j] = '\0';
|
(*path)[j] = '\0';
|
||||||
i++;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (cp[i] == '\0') { /* End of string */
|
if (cp[i] == '\0') { /* End of string */
|
||||||
|
|
Loading…
Reference in New Issue