[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1120-g61953e2

Andrew Bartlett abartlet at samba.org
Fri Feb 29 00:03:37 GMT 2008


The branch, v4-0-test has been updated
       via  61953e24a5789f08e82fb697f45535f4a87883b1 (commit)
      from  124d2ee788f1ac4b201a2843b58be21de358deb0 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 61953e24a5789f08e82fb697f45535f4a87883b1
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Feb 29 11:02:54 2008 +1100

    fix typo

-----------------------------------------------------------------------

Summary of changes:
 source/dsdb/common/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/dsdb/common/util.c b/source/dsdb/common/util.c
index ba8841c..ace5e0e 100644
--- a/source/dsdb/common/util.c
+++ b/source/dsdb/common/util.c
@@ -478,7 +478,7 @@ NTTIME samdb_result_force_password_change(struct ldb_context *sam_ldb,
 					  struct ldb_message *msg)
 {
 	uint64_t attr_time = samdb_result_uint64(msg, "pwdLastSet", 0);
-	uint32_t userAccountcontrol = samdb_result_uint64(msg, "userAccountControl", 0);
+	uint32_t userAccountControl = samdb_result_uint64(msg, "userAccountControl", 0);
 	int64_t maxPwdAge;
 
 	/* Machine accounts don't expire, and there is a flag for 'no expiry' */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list