* ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field.
This commit is contained in:
parent
b2149cb666
commit
f94bbabd89
|
@ -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>
|
2014-12-18 Yaakov Selkowitz <yselkowitz@cygwin.com>
|
||||||
|
|
||||||
* new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h
|
* new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h
|
||||||
|
|
|
@ -2311,7 +2311,7 @@ example:</para>
|
||||||
/* Use standard method on non-Cygwin systems. */
|
/* Use standard method on non-Cygwin systems. */
|
||||||
hashed_password = crypt (cleartext_password, salt);
|
hashed_password = crypt (cleartext_password, salt);
|
||||||
if (!user_pwd_entry ||
|
if (!user_pwd_entry ||
|
||||||
strcmp (hashed_password, user_pwd_entry->pw_password))
|
strcmp (hashed_password, user_pwd_entry->pw_passwd))
|
||||||
error_exit;
|
error_exit;
|
||||||
#endif /* CYGWIN */
|
#endif /* CYGWIN */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue