]> andersk Git - openssh.git/commitdiff
rcsid sync
authordjm <djm>
Wed, 22 May 2002 04:04:11 +0000 (04:04 +0000)
committerdjm <djm>
Wed, 22 May 2002 04:04:11 +0000 (04:04 +0000)
auth.c

diff --git a/auth.c b/auth.c
index 7c2faeed1ae94c5d6a350255cf9bb863da6164c5..23934b827b9a286edc712a55918d2d84f605f70d 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
-/*
+r/*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.42 2002/05/13 20:44:58 markus Exp $");
+RCSID("$OpenBSD: auth.c,v 1.43 2002/05/17 14:27:55 millert Exp $");
 
 #ifdef HAVE_LOGIN_H
 #include <login.h>
@@ -485,7 +485,7 @@ getpwnamallow(const char *user)
        }
 #ifdef BSD_AUTH
        if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 ||
-           auth_approval(NULL, lc, pw->pw_name, "ssh") <= 0) {
+           auth_approval(as, lc, pw->pw_name, "ssh") <= 0) {
                debug("Approval failure for %s", user);
                pw = NULL;
        }
This page took 0.068888 seconds and 5 git commands to generate.