tools: Fix hanging of nfdc on wrong input

Change-Id: I4fd4fb95d3dee72f5e0b8bc2435f7fffca87e5e3
Refs: #2690
This commit is contained in:
multicast proxy
2015-03-21 16:09:15 +01:00
committed by Alexander Afanasyev
parent 9dcfc40f21
commit d6474640da
+1 -1
View File
@@ -308,7 +308,7 @@ Nfdc::dispatch(const std::string& command)
strategyChoiceUnset();
}
else
usage(m_programName);
return false;
return true;
}