From ffbfd54340f16dee0caf2f663943d72bc6b10fb8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 5 Dec 1995 23:58:06 +0000 Subject: [PATCH] modified a comment --- check.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/check.c b/check.c index b89d9caad..1cfacebcc 100644 --- a/check.c +++ b/check.c @@ -556,7 +556,10 @@ static void check_passwd() return; # endif /* HAVE_AFS */ # ifdef HAVE_DCE - /* dce_pwent() validates the user's pw as well */ + /* + * consult the DCE registry for password validation + * note that dce_pwent trashes pass upon return... + */ if (dce_pwent(user_name, pass)) return; # endif /* HAVE_DCE */ -- 2.50.1