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:
parent
1fd6d34526
commit
3c39bd9db0
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user