mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix missing namespace
This commit is contained in:
parent
094a4a2790
commit
773bc116c8
@ -862,8 +862,8 @@ Poco::Net::HTTPCookie Session::getLoginCookie()
|
||||
keks.setPath("/");
|
||||
// send cookie only via https, on linux, except in test builds
|
||||
#ifndef WIN32
|
||||
if (SERVER_TYPE_PRODUCTION == ServerConfig::g_ServerSetupType ||
|
||||
SERVER_TYPE_STAGING == ServerConfig::g_ServerSetupType) {
|
||||
if (ServerConfig::SERVER_TYPE_PRODUCTION == ServerConfig::g_ServerSetupType ||
|
||||
ServerConfig::SERVER_TYPE_STAGING == ServerConfig::g_ServerSetupType) {
|
||||
keks.setSecure(true);
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user