X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=ca34147a783011f0667dd4c200f311716041d418;hb=c1a85e88e78f9275e8504f744f16d1af1656e3fc;hp=fc58d166b9640b6b8a819a54801a53857b308d08;hpb=d6426446376f90e296b1e076327042526283cf89;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index fc58d166b..ca34147a7 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -28,6 +28,7 @@ #include "file_ops.h" #include "dynloader.h" #include "policy.h" +#include "control.h" struct CitContext *ContextList = NULL; int ScheduledShutdown = 0; @@ -1067,6 +1068,10 @@ void *context_loop(struct CitContext *con) cmd_spex(&cmdbuf[5]); } + else if (!strncasecmp(cmdbuf, "CONF", 4)) { + cmd_conf(&cmdbuf[5]); + } + else if (!DLoader_Exec_Cmd(cmdbuf)) { cprintf("%d Unrecognized or unsupported command.\n",