Fix typo.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 29 Feb 2008 00:03:31 +0000 (01:03 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 29 Feb 2008 00:03:31 +0000 (01:03 +0100)
(This used to be commit 2b408e9ed4caf14e1ac047fd76127a5c979e5177)

source4/dsdb/common/util.c

index ba8841ceb06e2e5b9f66e05c80243ff2a60f4e72..ace5e0edaf820286379491102d0a7b5c0058e59e 100644 (file)
@@ -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' */