mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Stop looking when removing entries from a keytab.
keytab entries are locked when looping. Temporarily suspend the looping.
This commit is contained in:
parent
3a536353fb
commit
2955c955ac
@ -117,6 +117,11 @@ remove_realm(krb5_context context, krb5_keytab ktid, const char *realm, int debu
|
||||
}
|
||||
|
||||
|
||||
/* keytab entries are locked when looping. Temporarily suspend
|
||||
* the looping. */
|
||||
krb5_kt_end_seq_get(context, ktid, &kt_cursor);
|
||||
|
||||
|
||||
/* keytab entries are locked when looping. Temporarily suspend
|
||||
* the looping. */
|
||||
krb5_kt_end_seq_get(context, ktid, &kt_cursor);
|
||||
|
Loading…
Reference in New Issue
Block a user