summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-01-02 01:26:10 -0500
committerCorey Farrell <git@cfware.com>2018-01-02 00:39:32 -0600
commitdd528c53c0cf1e3287eaa3ad8e2514389b4982ff (patch)
treeec1ab2d2ce8a386a179310df72df4ef951c02286
parentb47882df72fbeae6ab340b21817d7f3fc4a1ba97 (diff)
aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
ASTERISK-27117 Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61
-rw-r--r--main/config_options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/config_options.c b/main/config_options.c
index 5f6fcbe85..d837cd19f 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -98,6 +98,7 @@ static char *aco_option_type_string[] = {
"String", /* OPT_STRINGFIELD_T, */
"Unsigned Integer", /* OPT_UINT_T, */
"Boolean", /* OPT_YESNO_T, */
+ "Time Length", /* OPT_TIMELEN_T, */
};
#endif /* AST_XML_DOCS */