From: Elizabeth Myers Date: Thu, 10 Mar 2016 16:04:35 +0000 (-0600) Subject: authd: actually init providers on startup. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/c2222d7e9a7071350f15c125e7906b36e3240260 authd: actually init providers on startup. (Yay, it doesn't crash!) --- diff --git a/authd/authd.c b/authd/authd.c index 50333004..bb01be82 100644 --- a/authd/authd.c +++ b/authd/authd.c @@ -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);