summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-12 22:49:00 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-12 22:49:00 +1000
commit9c5049a40ff1069fe40f5714dd7ba8fdc733d8a3 (patch)
tree9d0ebecc39df0e1fd3816605a5452f67c22b3821 /sshlogin.c
parentd8835934c4cf129b842b0f391783754cdaa0190c (diff)
downloadopenssh-git-9c5049a40ff1069fe40f5714dd7ba8fdc733d8a3.tar.gz
- djm@cvs.openbsd.org 2004/08/11 11:59:22
[sshlogin.c] check that lseek went were we told it to; ok markus@ (Id sync only, but similar changes are needed in loginrec.c)
Diffstat (limited to 'sshlogin.c')
-rw-r--r--sshlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c
index 41817ec9..399d02a0 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshlogin.c,v 1.10 2004/07/17 05:31:41 dtucker Exp $");
+RCSID("$OpenBSD: sshlogin.c,v 1.11 2004/08/11 11:59:22 djm Exp $");
#include "loginrec.h"
#include "log.h"