authd/provider: remove shadowed double variable decl
This commit is contained in:
parent
2a7e1da947
commit
656c85d090
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ destroy_providers(void)
|
||||||
rb_dlink_node *ptr, *nptr;
|
rb_dlink_node *ptr, *nptr;
|
||||||
rb_dictionary_iter iter;
|
rb_dictionary_iter iter;
|
||||||
struct auth_client *auth;
|
struct auth_client *auth;
|
||||||
struct auth_provider *provider;
|
|
||||||
|
|
||||||
/* Cancel outstanding connections */
|
/* Cancel outstanding connections */
|
||||||
RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)
|
RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)
|
||||||
|
|
Loading…
Reference in a new issue