mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
manager: Clarify eventfilter documentation. Textual changes only.
Review: https://reviewboard.asterisk.org/r/3133/ ........ Merged revisions 406079 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 406080 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@406081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5095,8 +5095,8 @@ static enum add_filter_result manager_add_filter(const char *filter_pattern, str
|
||||
is_blackfilter = 0;
|
||||
}
|
||||
|
||||
if (regcomp(new_filter, filter_pattern, 0)) {
|
||||
ao2_t_ref(new_filter, -1, "failed to make regx");
|
||||
if (regcomp(new_filter, filter_pattern, 0)) { /* XXX: the only place we use non-REG_EXTENDED */
|
||||
ao2_t_ref(new_filter, -1, "failed to make regex");
|
||||
return FILTER_COMPILE_FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user