We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9d79e commit d10d198Copy full SHA for d10d198
include/parsers/filter/cli_helper.hpp
@@ -346,6 +346,9 @@ struct cli_helper : public boost::noncopyable {
346
filter.match_post();
347
PB::Commands::QueryResponseMessage::Response::Line *line = response->add_lines();
348
modern_filter::perf_writer writer(*line);
349
+ if ((data.empty_state != "ignored") && (!filter.summary.has_matched())) {
350
+ filter.summary.returnCode = nscapi::plugin_helper::translateReturn(data.empty_state);
351
+ }
352
std::string msg = filter.get_message();
353
if (data.escape_html) {
354
boost::replace_all(msg, "<", "<");
0 commit comments