summaryrefslogtreecommitdiff
path: root/check.c
diff options
context:
space:
mode:
Diffstat (limited to 'check.c')
-rw-r--r--check.c2
1 files changed, 1 insertions, 1 deletions
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 */