[Asterisk-code-review] cel odbc.c: Fix menuslect module description display. (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Mon Jan 15 18:15:24 CST 2018
Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/7969
Change subject: cel_odbc.c: Fix menuslect module description display.
......................................................................
cel_odbc.c: Fix menuslect module description display.
Asterisk's makefile for menuselect has a very simple source file parsing
script that looks for AST_MODULE_INFO lines to extract the quoted string
as a module description. If it does not find a quoted string it uses the
whole line as the description.
Change-Id: I80f13a63818e4e28d683639a94a4dfaea405c1d5
---
M cel/cel_odbc.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/7969/1
diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index ea57b10..2bc5478 100644
--- a/cel/cel_odbc.c
+++ b/cel/cel_odbc.c
@@ -858,7 +858,7 @@
return AST_MODULE_LOAD_SUCCESS;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, ODBC_BACKEND_NAME,
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "ODBC CEL backend",
.support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.unload = unload_module,
--
To view, visit https://gerrit.asterisk.org/7969
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I80f13a63818e4e28d683639a94a4dfaea405c1d5
Gerrit-Change-Number: 7969
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180115/08776b6b/attachment.html>
More information about the asterisk-code-review
mailing list