* ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field.

This commit is contained in:
Yaakov Selkowitz 2014-12-18 17:30:56 +00:00
parent b2149cb666
commit f94bbabd89
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-12-18 Yaakov Selkowitz <yselkowitz@cygwin.com>
* ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field.
2014-12-18 Yaakov Selkowitz <yselkowitz@cygwin.com>
* new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h

View File

@ -2311,7 +2311,7 @@ example:</para>
/* 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 */