]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* cmd_regi() is now in serv_vcard and writes to the vcard instead of to the
[citadel.git] / citadel / citserver.c
index b60557af76333b34ea0dc314ebb7ca84d1227d81..2459af8c583cff413540de88d8e2a7d59dca2de1 100644 (file)
@@ -1078,10 +1078,6 @@ void *context_loop(struct CitContext *con)
                        cmd_list();
                        }
 
-               else if (!strncasecmp(cmdbuf,"REGI",4)) {
-                       cmd_regi();
-                       }
-
                else if (!strncasecmp(cmdbuf,"CHEK",4)) {
                        cmd_chek();
                        }