0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-06 07:38:52 +02:00

authd: actually init providers on startup.

(Yay, it doesn't crash!)
This commit is contained in:
Elizabeth Myers 2016-03-10 10:04:35 -06:00
parent 8b4544c9dc
commit c2222d7e9a

View 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);