<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7627">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Joshua Colp: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CLI: Fix 'core set debug channel' completion bug.<br><br>The completion generator is missing a return so typing "core set debug<br>all off <tab>" causes the command to actually execute.<br><br>Change-Id: Ibf6462088a74eee66967732b50445783ebefc20b<br>---<br>M main/cli.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/cli.c b/main/cli.c<br>index 8e0cc3b..7039b72 100644<br>--- a/main/cli.c<br>+++ b/main/cli.c<br>@@ -1418,6 +1418,8 @@<br>                 } else if (a->pos == 5) {<br>                  return ast_cli_complete(a->word, completions_off, a->n);<br>                }<br>+<br>+         return NULL;<br>  }<br> <br>  if (cmd == (CLI_HANDLER + 1000)) {<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7627">change 7627</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/7627"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ibf6462088a74eee66967732b50445783ebefc20b </div>
<div style="display:none"> Gerrit-Change-Number: 7627 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>