]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Inbound network authentication working. Fixed a bug in the split-horizon
[citadel.git] / citadel / citserver.c
index 8bbd76d243afd410fcb7eb111b3a8fb00f9627bf..00d08695663e3056196ec4a18a9a1822937c737a 100644 (file)
@@ -1125,10 +1125,6 @@ void do_command_loop(void) {
                cmd_more();
                }
 
-       else if (!strncasecmp(cmdbuf,"NETP",4)) {
-               cmd_netp(&cmdbuf[5]);
-               }
-
        else if (!strncasecmp(cmdbuf,"NDOP",4)) {
                cmd_ndop(&cmdbuf[5]);
                }