mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
76baeadb5b
commit
8a2c7a055d
@ -227,8 +227,6 @@ std::vector<Value> FilterUtility::GetFilterTargets(const QueryDescription& qd, c
|
|||||||
|
|
||||||
String type = HttpUtility::GetLastParameter(query, "type");
|
String type = HttpUtility::GetLastParameter(query, "type");
|
||||||
|
|
||||||
Log(LogInformation, "FilterUtility", filter);
|
|
||||||
|
|
||||||
if (!provider->IsValidType(type))
|
if (!provider->IsValidType(type))
|
||||||
BOOST_THROW_EXCEPTION(std::invalid_argument("Invalid type specified."));
|
BOOST_THROW_EXCEPTION(std::invalid_argument("Invalid type specified."));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user