]> 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:39:32 +0000 (00:39 -0600)
ASTERISK-27117

Change-Id: I8f6c34bb30830be9f7a40823723eb4dcaaa91c61

main/config_options.c

index 5f6fcbe855b98881d4324fa1c4fbe81b7e9b325f..d837cd19f9147898fed6f569cee481e16e64e53d 100644 (file)
@@ -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 */