* add way to have tokens do their custom parse-time preevaluation; this involves...
[citadel.git] / webcit / inetconf.c
index e4f7254eddb688d1618bbf213e025427552b8d7f..c8e100d0a03af984a31888be70171f395c440530 100644 (file)
@@ -214,5 +214,5 @@ InitModule_INETCONF
 {
        WebcitAddUrlHandler(HKEY("save_inetconf"), new_save_inetconf, 0);
        RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG, CTX_NONE, IT_NOFLAG);
-       RegisterNamespace("SERVCFG:FLUSHINETCFG",0, 0, DeleteInetConfHash, CTX_NONE);
+       RegisterNamespace("SERVCFG:FLUSHINETCFG",0, 0, DeleteInetConfHash, NULL, CTX_NONE);
 }