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