diff --git a/res/res_speech.c b/res/res_speech.c index bab784f161..5baca96795 100644 --- a/res/res_speech.c +++ b/res/res_speech.c @@ -120,7 +120,7 @@ struct ast_speech_result *ast_speech_results_get(struct ast_speech *speech) { struct ast_speech_result *result = NULL; - if (speech->engine->get != NULL && ast_test_flag(speech, AST_SPEECH_HAVE_RESULTS)) { + if (speech->engine->get != NULL) { result = speech->engine->get(speech); }