summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPServer.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-01-03 04:21:28 +0000
committerChris Wilson <chris+github@qwirx.com>2009-01-03 04:21:28 +0000
commit3d7966138559f727a03a4b7c901508654125b7cf (patch)
treeb69da50b0cd2a3e1ebdebbb776e1e20b9934f766 /lib/httpserver/HTTPServer.h
parentba231cc03819353ad076941ed990c6bd37da502d (diff)
Compile and config verify fixes for HTTP server code.
Diffstat (limited to 'lib/httpserver/HTTPServer.h')
-rw-r--r--lib/httpserver/HTTPServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/httpserver/HTTPServer.h b/lib/httpserver/HTTPServer.h
index 88da7abf..9a86b04f 100644
--- a/lib/httpserver/HTTPServer.h
+++ b/lib/httpserver/HTTPServer.h
@@ -65,7 +65,8 @@ private:
// Root level
#define HTTPSERVER_VERIFY_ROOT_KEYS \
- {"AddressPrefix", 0, ConfigTest_Exists | ConfigTest_LastEntry, 0}
+ ConfigurationVerifyKey("AddressPrefix", \
+ ConfigTest_Exists | ConfigTest_LastEntry)
// AddressPrefix is, for example, http://localhost:1080 -- ie the beginning of the URI
// This is used for handling redirections.