summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-02-29 11:02:54 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-02-29 11:02:54 +1100
commit32401d4f2d3b18ac24224310fc2c27750b873b48 (patch)
tree7daf51adfbe9ef43a6c45f75015e2c7b20570040
parentf6b2a57c9517202c554fa5a60bbe7ffd49b431f5 (diff)
downloadsamba-32401d4f2d3b18ac24224310fc2c27750b873b48.tar.gz
samba-32401d4f2d3b18ac24224310fc2c27750b873b48.tar.bz2
samba-32401d4f2d3b18ac24224310fc2c27750b873b48.zip
fix typo
(This used to be commit 61953e24a5789f08e82fb697f45535f4a87883b1)
-rw-r--r--source4/dsdb/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c
index ba8841ceb0..ace5e0edaf 100644
--- a/source4/dsdb/common/util.c
+++ b/source4/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' */