X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=c025792b056df02a28a676874da1807801c68157;hb=c5d32a4b382cc366776eb0ec06c93ab15245c6da;hp=126e4afae5c1cb509da866506d24cff7b3973d1d;hpb=5b9736dec3d511d35fb4a86ff913afcf9d7a811c;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 126e4afae..c025792b0 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -417,6 +417,6 @@ InitModule_INETCONF { WebcitAddUrlHandler(HKEY("display_inetconf"), display_inetconf, 0); WebcitAddUrlHandler(HKEY("save_inetconf"), new_save_inetconf, AJAX); - RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG); + RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG, CTX_NONE); RegisterNamespace("SERVCFG:FLUSHINETCFG",0, 0, DeleteInetConfHash, CTX_NONE); }