From f94bbabd8916c6db615d4a0cf37381451951f00b Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 18 Dec 2014 17:30:56 +0000 Subject: [PATCH] * ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/ntsec.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 14a74fb13..eff6f6853 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Yaakov Selkowitz + + * ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field. + 2014-12-18 Yaakov Selkowitz * new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index ed8948072..389a7875c 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -2311,7 +2311,7 @@ example: /* Use standard method on non-Cygwin systems. */ hashed_password = crypt (cleartext_password, salt); if (!user_pwd_entry || - strcmp (hashed_password, user_pwd_entry->pw_password)) + strcmp (hashed_password, user_pwd_entry->pw_passwd)) error_exit; #endif /* CYGWIN */