mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merge "aco: Minimize use of regex." into 13
This commit is contained in:
@@ -260,8 +260,8 @@ static struct aco_type global_option = {
|
||||
.type = ACO_GLOBAL,
|
||||
.name = "general",
|
||||
.item_offset = offsetof(struct module_config, general),
|
||||
.category_match = ACO_WHITELIST,
|
||||
.category = "^general$",
|
||||
.category_match = ACO_WHITELIST_EXACT,
|
||||
.category = "general",
|
||||
};
|
||||
|
||||
struct aco_type *global_options[] = ACO_TYPES(&global_option);
|
||||
|
||||
Reference in New Issue
Block a user