mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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)
|
struct ipapwd_data *data, int is_krb)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
Slapi_Mods *smods;
|
Slapi_Mods *smods = NULL;
|
||||||
Slapi_Value **svals = NULL;
|
Slapi_Value **svals = NULL;
|
||||||
Slapi_Value **pwvals = NULL;
|
Slapi_Value **pwvals = NULL;
|
||||||
struct tm utctime;
|
struct tm utctime;
|
||||||
|
Loading…
Reference in New Issue
Block a user