* citadel.h (and related files): removed defunct parameters,
[citadel.git] / citadel / citserver.c
index fc58d166b9640b6b8a819a54801a53857b308d08..ca34147a783011f0667dd4c200f311716041d418 100644 (file)
@@ -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",