]> jfr.im git - solanum.git/commitdiff
ircd: start up authd
authorWilliam Pitcock <redacted>
Fri, 8 Jan 2016 11:20:09 +0000 (05:20 -0600)
committerWilliam Pitcock <redacted>
Fri, 8 Jan 2016 11:20:09 +0000 (05:20 -0600)
ircd/ircd.c

index 96dcbce42d1c026b6332ccaa6982875e64894ee8..08453c74d029f60f80180b1929b8076523132046 100644 (file)
@@ -68,6 +68,7 @@
 #include "chmode.h"
 #include "privilege.h"
 #include "bandbi.h"
+#include "authd.h"
 
 /* /quote set variables */
 struct SetOptions GlobalSetOptions;
@@ -660,6 +661,7 @@ charybdis_main(int argc, char *argv[])
        load_core_modules(1);
 
        init_auth();            /* Initialise the auth code */
+       init_authd();           /* Start up authd. */
        init_resolver();        /* Needs to be setup before the io loop */
        privilegeset_set_new("default", "", 0);