<p>Richard Mudgett has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7971">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cel_odbc.c: Fix menuslect module description display.<br><br>Asterisk's makefile for menuselect has a very simple source file parsing<br>script that looks for AST_MODULE_INFO lines to extract the quoted string<br>as a module description.  If it does not find a quoted string it uses the<br>whole line as the description.<br><br>Change-Id: I80f13a63818e4e28d683639a94a4dfaea405c1d5<br>---<br>M cel/cel_odbc.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/71/7971/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c<br>index a289b87..05c1095 100644<br>--- a/cel/cel_odbc.c<br>+++ b/cel/cel_odbc.c<br>@@ -849,7 +849,7 @@<br>     return AST_MODULE_LOAD_SUCCESS;<br> }<br> <br>-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, ODBC_BACKEND_NAME,<br>+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "ODBC CEL backend",<br>       .support_level = AST_MODULE_SUPPORT_CORE,<br>     .load = load_module,<br>  .unload = unload_module,<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7971">change 7971</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7971"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I80f13a63818e4e28d683639a94a4dfaea405c1d5 </div>
<div style="display:none"> Gerrit-Change-Number: 7971 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>