X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver_main.c;h=d9c6d17e8b98f864364ed4c4f20273c2f5ef16e6;hb=1aabcbba9e94fd9bb27af2fb4721a7e8149a24ff;hp=a0d7b31f742a0ed1a19d52d7bd18fdd35a8b3d64;hpb=df5a2fc29b002c29981d98e483c51658e3b6ad45;p=citadel.git diff --git a/citadel/server_main.c b/citadel/server_main.c index a0d7b31f7..d9c6d17e8 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -293,7 +293,7 @@ int main(int argc, char **argv) /* * If we need host auth, start our chkpwd daemon. */ - if (config.c_auth_mode == 1) { + if (config.c_auth_mode == AUTHMODE_HOST) { start_chkpwd_daemon(); }