]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
authorCorey Farrell <git@cfware.com>
Tue, 2 Jan 2018 06:26:10 +0000 (01:26 -0500)
committerCorey Farrell <git@cfware.com>
Tue, 2 Jan 2018 06:26:10 +0000 (01:26 -0500)
ASTERISK-27117

Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61

main/config_options.c

index 1f4f99b722495b196769bb5dbdfacea3668c1e84..a3ec7b0521b9e3a46b4381c8b125c00ed7a54555 100644 (file)
@@ -96,6 +96,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 */