]> granicus.if.org Git - sudo/commitdiff
typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 31 Jul 1996 14:41:28 +0000 (14:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 31 Jul 1996 14:41:28 +0000 (14:41 +0000)
check.c

diff --git a/check.c b/check.c
index 38e9b9caf79fa55b5f0798bc0a34b68676a35bfe..3e5b431d43878cdcf32e5ed2b22e50cfef806ac5 100644 (file)
--- a/check.c
+++ b/check.c
@@ -554,8 +554,8 @@ static void check_passwd()
        if (ka_UserAuthenticateGeneral(KA_USERAUTH_VERSION,
                                        user_name,      /* name */
                                        NULL,           /* instance */
-                                       NULL            /* realm */
-                                       pass            /* password */
+                                       NULL,           /* realm */
+                                       pass,           /* password */
                                        0,              /* lifetime */
                                        0, 0,           /* spare */
                                        NULL) == 0)     /* reason */