X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/2392770f4d5961608b6a951d29c9978c1c2f6d84..f3b84221d09a40c09396134ed3bc3e5cad8ad9e6:/authd/authd.c diff --git a/authd/authd.c b/authd/authd.c index 9b0e18d0..974b6a02 100644 --- a/authd/authd.c +++ b/authd/authd.c @@ -25,6 +25,7 @@ #define MAXPARA 10 +static void error_cb(rb_helper *helper) __attribute__((noreturn)); static void handle_reload(int parc, char *parv[]); static void handle_stat(int parc, char *parv[]); static void handle_options(int parc, char *parv[]); @@ -210,6 +211,9 @@ main(int argc, char *argv[]) rb_helper_loop(authd_helper, 0); + /* + * XXX this function will never be called from here -- is it necessary? + */ destroy_providers(); return 0;