FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 157273fb40 - Show all commits

View file

@ -210,7 +210,7 @@ static int cli_completion(char *token, char ***array)
*/
static int cli_check_secret(const char *source)
{
if (boost::regex_match(source, cli_regex_secret()))
if (nullptr != cli_regex_secret().expression() && boost::regex_match(source, cli_regex_secret()))
return 1;
return 0;