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