Fix small typo
authorJelmer Vernooij <jelmer@samba.org>
Thu, 7 Nov 2002 19:45:55 +0000 (19:45 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 7 Nov 2002 19:45:55 +0000 (19:45 +0000)
(This used to be commit 3c39bd9db09c59f149d77e371ed078cd7ec2d1b4)

source3/passdb/pdb_mysql.c

index 48441ffeaef528b94ee9aad4112d4ae8fbe7c37c..0df630d1ee1c1d585278051071b2fba6ebd6d67c 100644 (file)
@@ -737,7 +737,7 @@ static NTSTATUS mysqlsam_replace_sam_account(struct pdb_methods *methods,
        if (pdb_get_pass_last_set_time(newpwd)) {
                pdb_mysql_int_field(methods, &query,
                                                        config_value_write(data,
-                                                                                          "pass must change time column",
+                                                                                          "pass last set time column",
                                                                                           CONFIG_PASS_LAST_SET_TIME_DEFAULT),
                                                        pdb_get_pass_last_set_time(newpwd));
        }