From cd2e73a596871c3526fdda4e20760c7d9d16d03d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 Nov 1995 03:22:00 +0000 Subject: dce_pwent() is ok after all ., --- check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.c') 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 */ -- cgit v1.2.1