0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd: start up authd

This commit is contained in:
William Pitcock 2016-01-08 05:20:09 -06:00
parent d8c4154da2
commit 6d063f05b0

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