From cd1efe7d21b5752d464af860a664495931ee5ace Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 Nov 1995 03:22:00 +0000 Subject: [PATCH] dce_pwent() is ok after all ., --- check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.c b/check.c index 8c4dab51e..25459f24b 100644 --- a/check.c +++ b/check.c @@ -544,7 +544,7 @@ static void check_passwd() return; #endif /* HAVE_AFS */ #ifdef HAVE_DCE - /* XXX - this seems wrong... */ + /* dce_pwent() validates the user's pw as well */ if (dce_pwent(user_name, pass)) return; #endif /* HAVE_DCE */ -- 2.49.0