mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Init smods to prevent crash if encode_keys fails
This commit is contained in:
parent
58bcb5e7f9
commit
df28017eaf
@ -1092,7 +1092,7 @@ int ipapwd_SetPassword(struct ipapwd_krbcfg *krbcfg,
|
||||
struct ipapwd_data *data, int is_krb)
|
||||
{
|
||||
int ret = 0;
|
||||
Slapi_Mods *smods;
|
||||
Slapi_Mods *smods = NULL;
|
||||
Slapi_Value **svals = NULL;
|
||||
Slapi_Value **pwvals = NULL;
|
||||
struct tm utctime;
|
||||
|
Loading…
Reference in New Issue
Block a user