]> andersk Git - openssh.git/commitdiff
- (djm) Typo in loginrec.c
authordjm <djm>
Tue, 20 Jun 2000 03:49:11 +0000 (03:49 +0000)
committerdjm <djm>
Tue, 20 Jun 2000 03:49:11 +0000 (03:49 +0000)
loginrec.c

index 844e9668f958f9d97f41f2fb0459dd1aa5d47e91..7b1103c1b3137e071f210fc70225233958fc69f5 100644 (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;
This page took 5.2821 seconds and 5 git commands to generate.