summaryrefslogtreecommitdiff
path: root/res/res_chan_stats.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-06-24 21:40:52 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-06-24 21:40:52 +0000
commitb5f18d167795f7792483bcf5f4f483bdfb8c9df3 (patch)
tree91a0a7f880fc1196229b78534b0f9297e0b9ab04 /res/res_chan_stats.c
parent463470bb6ea89dc102e5ebd0f9e72b182dbbf494 (diff)
Fix menuselect display for stasis modules.
The menuselect parser is very simple. It looks for AST_MODULE_INFO and uses any quoted string on that line as the module summary display. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_chan_stats.c')
-rw-r--r--res/res_chan_stats.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/res_chan_stats.c b/res/res_chan_stats.c
index d54ba2f0b..0f39f071f 100644
--- a/res/res_chan_stats.c
+++ b/res/res_chan_stats.c
@@ -179,9 +179,7 @@ static int unload_module(void)
return 0;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY,
- AST_MODFLAG_DEFAULT,
- "Example of how to use Stasis",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Example of how to use Stasis",
.load = load_module,
.unload = unload_module,
.nonoptreq = "res_statsd"