mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue