authd: actually init providers on startup.
(Yay, it doesn't crash!)
This commit is contained in:
parent
8b4544c9dc
commit
c2222d7e9a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue