- djm@cvs.openbsd.org 2004/08/12 09:18:24

[sshlogin.c]
     typo in error message, spotted by moritz AT jodeit.org (Id sync only)
This commit is contained in:
Darren Tucker 2004-08-13 21:21:47 +10:00
parent fe6649da0c
commit bcf279783a
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@
[authfd.c scp.c ssh-keyscan.c]
use atomicio instead of homegrown equivalents or read/write.
markus@ ok
- djm@cvs.openbsd.org 2004/08/12 09:18:24
[sshlogin.c]
typo in error message, spotted by moritz AT jodeit.org (Id sync only)
20040812
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
@ -1606,4 +1609,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.3500 2004/08/13 11:19:37 dtucker Exp $
$Id: ChangeLog,v 1.3501 2004/08/13 11:21:47 dtucker Exp $

View File

@ -39,7 +39,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: sshlogin.c,v 1.12 2004/08/11 12:01:16 djm Exp $");
RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $");
#include "loginrec.h"
#include "log.h"