mirror of https://github.com/Icinga/icinga2.git
parent
6b9f3beb14
commit
88742d6dca
|
@ -68,6 +68,8 @@ bool CLICommand::ParseCommand(int argc, char **argv, po::options_description& de
|
|||
{
|
||||
boost::mutex::scoped_lock lock(l_RegistryMutex);
|
||||
|
||||
autocomplete = false;
|
||||
|
||||
typedef std::map<std::vector<String>, CLICommand::Ptr>::value_type CLIKeyValue;
|
||||
|
||||
std::vector<String> best_match;
|
||||
|
|
Loading…
Reference in New Issue