* add first draft of group-change detection
[citadel.git] / webcit / inetconf.c
index f50a045bdafb164077e3234a8f99e471b9b45207..97820b7ab6473208726daee9f53405b6bd5e9826 100644 (file)
@@ -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);
 }