mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove duplicated code
This strange bit of duplication was not surprisingly causing a double-free
This commit is contained in:
@@ -116,12 +116,6 @@ remove_realm(krb5_context context, krb5_keytab ktid, const char *realm, int debu
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
/* 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);
|
||||
|
||||
Reference in New Issue
Block a user