criteria cleanup

This commit is contained in:
Tony Crisci 2018-01-21 14:11:41 -05:00
parent 6b03b1205d
commit 5505d84ac2
3 changed files with 12 additions and 7 deletions

View file

@ -226,7 +226,7 @@ struct cmd_results *handle_command(char *_exec) {
free(tokens);
goto cleanup;
}
containers = container_for(tokens);
containers = container_for_crit_tokens(tokens);
free(tokens);
} else {