mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
143aa13118
commit
8dec953829
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue