diff options
Diffstat (limited to 'src/zenhttp/servers/httpsys.cpp')
| -rw-r--r-- | src/zenhttp/servers/httpsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/servers/httpsys.cpp b/src/zenhttp/servers/httpsys.cpp index f8fb1c9be..9fe9a2254 100644 --- a/src/zenhttp/servers/httpsys.cpp +++ b/src/zenhttp/servers/httpsys.cpp @@ -1153,7 +1153,7 @@ HttpSysServer::RegisterHttpUrls(int BasePort) m_BaseUris.clear(); - const bool AllowPortProbing = !m_InitialConfig.IsDedicatedServer; + const bool AllowPortProbing = m_InitialConfig.AllowPortProbing; const bool AllowLocalOnly = !m_InitialConfig.IsDedicatedServer; int EffectivePort = BasePort; |