* add a Display name to our handlers; this will be used by DAV handlers.
[citadel.git] / webcit / inetconf.c
index c8e100d0a03af984a31888be70171f395c440530..d29594c1f2aa32d24751885595809625b1ac7ce5 100644 (file)
@@ -212,7 +212,7 @@ void
 InitModule_INETCONF
 (void)
 {
-       WebcitAddUrlHandler(HKEY("save_inetconf"), new_save_inetconf, 0);
+       WebcitAddUrlHandler(HKEY("save_inetconf"), "", 0, new_save_inetconf, 0);
        RegisterIterator("SERVCFG:INET", 1, NULL, GetInetConfHash, InetCfgSubst, NULL, CTX_INETCFG, CTX_NONE, IT_NOFLAG);
        RegisterNamespace("SERVCFG:FLUSHINETCFG",0, 0, DeleteInetConfHash, NULL, CTX_NONE);
 }