From d9a0a206710e2152a906e5acc1e96c7f3ec69011 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 20 Jun 2000 13:49:11 +1000 Subject: - (djm) Typo in loginrec.c --- loginrec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loginrec.c b/loginrec.c index 8df2e78e2..00dcc3280 100644 --- a/loginrec.c +++ b/loginrec.c @@ -170,7 +170,7 @@ #include "xmalloc.h" #include "loginrec.h" -RCSID("$Id: loginrec.c,v 1.8 2000/06/19 09:11:30 andre Exp $"); +RCSID("$Id: loginrec.c,v 1.9 2000/06/20 03:49:11 djm Exp $"); /** ** prototypes for helper functions in this file @@ -1196,7 +1196,7 @@ static int wtmpx_islogin(struct logininfo *li, struct utmpx *utx) { if ( strncmp(li->username, utx->ut_user, - MIN_SIZEOF(li->username, utx->us_user)) == 0 ) { + MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) { #ifdef HAVE_TYPE_IN_UTMPX if (utx->ut_type == USER_PROCESS) return 1; -- cgit v1.2.3