Context: Added filter prep for write commands that don't instantiate Filter
This commit is contained in:
@@ -453,7 +453,11 @@ int Context::dispatch (std::string &out)
|
|||||||
|
|
||||||
// This is something that is only needed for write commands with no other
|
// This is something that is only needed for write commands with no other
|
||||||
// filter processing.
|
// filter processing.
|
||||||
cli2.prepareFilter ();
|
if (! c->read_only () &&
|
||||||
|
! c->accepts_filter ())
|
||||||
|
{
|
||||||
|
cli2.prepareFilter ();
|
||||||
|
}
|
||||||
|
|
||||||
return c->execute (out);
|
return c->execute (out);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user