diff --git a/res/ael/pval.c b/res/ael/pval.c index 8ee603aaed..20e5eddc30 100644 --- a/res/ael/pval.c +++ b/res/ael/pval.c @@ -745,6 +745,7 @@ static int extension_matches(pval *here, const char *exten, const char *pattern) while ( *p && *p != ']' ) { *r++ = *p++; } + *r++ = ']'; if ( *p != ']') { ast_log(LOG_WARNING, "Warning: file %s, line %d-%d: The extension pattern '%s' is missing a closing bracket \n", here->filename, here->startline, here->endline, pattern);