mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
143aa13118
commit
8dec953829
@ -313,7 +313,7 @@ bool Url::ParseUserinfo(const String& userinfo)
|
||||
|
||||
bool Url::ParsePort(const String& port)
|
||||
{
|
||||
m_Port = Utility::UnescapeString(m_Port);
|
||||
m_Port = Utility::UnescapeString(port);
|
||||
if (!ValidateToken(m_Port, ACPORT))
|
||||
return false;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user