X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/e5ea2657f74b8d3b7b29b603d97114606f077cf8..b7e03b47913508f367df7870cf4d58b9e899c1cf:/src/plugins/easy_domain.sml?ds=sidebyside diff --git a/src/plugins/easy_domain.sml b/src/plugins/easy_domain.sml index dd8d71b..24aa83f 100644 --- a/src/plugins/easy_domain.sml +++ b/src/plugins/easy_domain.sml @@ -26,9 +26,7 @@ val dl = ErrorMsg.dummyLoc val _ = Defaults.registerDefault ("WWW", (TAction ((CConst "Vhost", dl), - foldl (fn ((v, t, _), r) => - StringMap.insert (r, v, t)) - StringMap.empty Apache.defaults, + StringMap.empty, StringMap.empty), dl), (fn () => (ESkip, dl)))