From f94bbabd8916c6db615d4a0cf37381451951f00b Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 18 Dec 2014 17:30:56 +0000 Subject: * 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 14a74fb..eff6f68 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 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 functions and BSD/GNU unlocked stdio extensions. * posix.xml (std-bsd): Add BSD unlocked stdio extensions. diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index ed89480..389a787 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 */ -- cgit v1.1