]> jfr.im git - solanum.git/blobdiff - authd/providers/opm.c
Clean up the provider status logic.
[solanum.git] / authd / providers / opm.c
index 1d76f647d6fa5d9ae4abb4e8cc0c201b72ad717a..4f0b3d5c5b60995fd7f5fea5f5e81422195a0028 100644 (file)
@@ -669,7 +669,7 @@ opm_start(struct auth_client *auth)
                /* This probably can't happen but let's handle this case anyway */
                opm_scan(auth);
 
-       set_provider_on(auth, PROVIDER_BLACKLIST);
+       set_provider_running(auth, PROVIDER_BLACKLIST);
        return true;
 }