mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Make menuselect be able to show what the modules are
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -206,6 +206,7 @@ static int parse_makeopts_xml(const char *makeopts_xml)
|
||||
return -1;
|
||||
|
||||
mem->name = mxmlElementGetAttr(cur2, "name");
|
||||
mem->displayname = mxmlElementGetAttr(cur2, "displayname");
|
||||
|
||||
if (!cat->positive_output)
|
||||
mem->enabled = 1;
|
||||
|
||||
Reference in New Issue
Block a user