- djm@cvs.openbsd.org 2004/03/30 12:41:56

[sftp-client.c]
     sync comment with reality
This commit is contained in:
Darren Tucker 2004-04-19 22:10:52 +10:00
parent 0a74ae7c14
commit dca6a4dd88
2 changed files with 6 additions and 3 deletions

View File

@ -6,6 +6,9 @@
- dtucker@cvs.openbsd.org 2004/03/08 10:17:12
[regress/login-timeout.sh]
Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
- djm@cvs.openbsd.org 2004/03/30 12:41:56
[sftp-client.c]
sync comment with reality
20040418
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
@ -991,4 +994,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3318 2004/04/19 12:04:21 dtucker Exp $
$Id: ChangeLog,v 1.3319 2004/04/19 12:10:52 dtucker Exp $

View File

@ -20,7 +20,7 @@
/* XXX: copy between two remote sites */
#include "includes.h"
RCSID("$OpenBSD: sftp-client.c,v 1.47 2004/03/03 09:30:42 djm Exp $");
RCSID("$OpenBSD: sftp-client.c,v 1.48 2004/03/30 12:41:56 djm Exp $");
#include "openbsd-compat/sys-queue.h"
@ -643,7 +643,7 @@ do_symlink(struct sftp_conn *conn, char *oldpath, char *newpath)
buffer_init(&msg);
/* Send rename request */
/* Send symlink request */
id = conn->msg_id++;
buffer_put_char(&msg, SSH2_FXP_SYMLINK);
buffer_put_int(&msg, id);