mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
authd/provider: remove shadowed double variable decl
This commit is contained in:
parent
75ee370d5f
commit
866af85c97
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ destroy_providers(void)
|
|||
rb_dlink_node *ptr, *nptr;
|
||||
rb_dictionary_iter iter;
|
||||
struct auth_client *auth;
|
||||
struct auth_provider *provider;
|
||||
|
||||
/* Cancel outstanding connections */
|
||||
RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)
|
||||
|
|
Loading…
Reference in a new issue