summaryrefslogtreecommitdiff
path: root/check.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-11-24 03:22:00 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-11-24 03:22:00 +0000
commitcd2e73a596871c3526fdda4e20760c7d9d16d03d (patch)
tree8ae2fd7797d7f9b673249c27757ade7fccbf5630 /check.c
parent91bbff6b8d26c737a071c5f4c14e665b198cc260 (diff)
downloadsudo-cd2e73a596871c3526fdda4e20760c7d9d16d03d.tar.gz
dce_pwent() is ok after all
.,
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 */