]> jfr.im git - solanum.git/commitdiff
authd: actually init providers on startup.
authorElizabeth Myers <redacted>
Thu, 10 Mar 2016 16:04:35 +0000 (10:04 -0600)
committerElizabeth Myers <redacted>
Thu, 10 Mar 2016 16:04:35 +0000 (10:04 -0600)
(Yay, it doesn't crash!)

authd/authd.c

index 50333004094d4c4eebdd96a89d81628b440318a1..bb01be828558f4a19483fb16b7e96cacd930af15 100644 (file)
@@ -153,6 +153,7 @@ main(int argc, char *argv[])
        rb_set_time();
        setup_signals();
        init_resolver();
+       init_providers();
        rb_init_prng(NULL, RB_PRNG_DEFAULT);
 
        rb_helper_loop(authd_helper, 0);