Fix type of default WWW env var
authoradamch <adamch>
Sun, 11 Nov 2007 22:04:53 +0000 (22:04 +0000)
committeradamch <adamch>
Sun, 11 Nov 2007 22:04:53 +0000 (22:04 +0000)
src/plugins/easy_domain.sml

index dd8d71b..24aa83f 100644 (file)
@@ -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)))