mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
kdb: initialize flags in ipadb_delete_principal()
Related: https://pagure.io/freeipa/issue/8291 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
parent
2bfe5ff689
commit
1b9233615e
@ -2579,7 +2579,7 @@ krb5_error_code ipadb_delete_principal(krb5_context kcontext,
|
||||
char *canonicalized = NULL;
|
||||
LDAPMessage *res = NULL;
|
||||
LDAPMessage *lentry;
|
||||
unsigned int flags;
|
||||
unsigned int flags = 0;
|
||||
|
||||
ipactx = ipadb_get_context(kcontext);
|
||||
if (!ipactx) {
|
||||
|
Loading…
Reference in New Issue
Block a user