0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +02:00

authd/provider: remove shadowed double variable decl

This commit is contained in:
Aaron Jones 2016-06-01 20:29:35 +00:00
parent 75ee370d5f
commit 866af85c97
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

@ -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)