1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix small typo

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 1fd6d34526
commit 3c39bd9db0

View 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));
}