Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2014-12-18 20:30:56 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2014-12-18 20:30:56 +0300
commitf94bbabd8916c6db615d4a0cf37381451951f00b (patch)
treed4c29903f51a57aede5b835391220e013276d3da
parentb2149cb666211b520c5549b27de538bc5d99d5ba (diff)
* ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/ntsec.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 14a74fb13..eff6f6853 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,9 @@
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
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 ed8948072..389a7875c 100644
--- a/winsup/doc/ntsec.xml
+++ b/winsup/doc/ntsec.xml
@@ -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 */