mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-kdb: remove unused variable
This commit is contained in:
parent
4a6f3cac29
commit
5582c9ca63
@ -522,7 +522,7 @@ static krb5_error_code ipadb_fetch_principals(struct ipadb_context *ipactx,
|
|||||||
krb5_error_code kerr;
|
krb5_error_code kerr;
|
||||||
char *src_filter = NULL;
|
char *src_filter = NULL;
|
||||||
char *esc_original_princ = NULL;
|
char *esc_original_princ = NULL;
|
||||||
int ret, i;
|
int ret;
|
||||||
|
|
||||||
if (!ipactx->lcontext) {
|
if (!ipactx->lcontext) {
|
||||||
ret = ipadb_get_connection(ipactx);
|
ret = ipadb_get_connection(ipactx);
|
||||||
|
Loading…
Reference in New Issue
Block a user