summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpserver/HTTPServer.cpp')
-rw-r--r--lib/httpserver/HTTPServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httpserver/HTTPServer.cpp b/lib/httpserver/HTTPServer.cpp
index 2db78b23..742b392f 100644
--- a/lib/httpserver/HTTPServer.cpp
+++ b/lib/httpserver/HTTPServer.cpp
@@ -73,7 +73,7 @@ const ConfigurationVerify *HTTPServer::GetConfigVerify() const
{
static ConfigurationVerifyKey verifyserverkeys[] =
{
- HTTPSERVER_VERIFY_SERVER_KEYS(0) // no default addresses
+ HTTPSERVER_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default addresses
};
static ConfigurationVerify verifyserver[] =