]> jfr.im git - solanum.git/blobdiff - authd/provider.c
authd/provider: really fix things for new changes.
[solanum.git] / authd / provider.c
index 8888d28a90215c92c4dcb088a3f4fa61a20bd98d..31ef781640981e7d91798ed4ba6557dcf9a299ef 100644 (file)
@@ -86,7 +86,7 @@ void destroy_providers(void)
        struct auth_provider *provider;
 
        /* Cancel outstanding connections */
-       DICTIONARY_FOREACH(auth, &iter, auth_clients)
+       RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)
        {
                /* TBD - is this the right thing? */
                reject_client(auth, 0, "Authentication system is down... try reconnecting in a few seconds");