X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=97820b7ab6473208726daee9f53405b6bd5e9826;hb=5c67cc635952963d041472aaca778106522797ab;hp=f50a045bdafb164077e3234a8f99e471b9b45207;hpb=85ae093a7401ea30ff071d833c6456ab8880ad15;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index f50a045bd..97820b7ab 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -207,6 +207,6 @@ InitModule_INETCONF (void) { WebcitAddUrlHandler(HKEY("save_inetconf"), new_save_inetconf, AJAX); - RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG, CTX_NONE); + RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG, CTX_NONE, IT_NOFLAG); RegisterNamespace("SERVCFG:FLUSHINETCFG",0, 0, DeleteInetConfHash, CTX_NONE); }