<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7626">View Change</a></p><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;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/26/7626/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/cli.c b/main/cli.c<br>index 0f023b2..654134e 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/7626">change 7626</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/7626"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibf6462088a74eee66967732b50445783ebefc20b </div>
<div style="display:none"> Gerrit-Change-Number: 7626 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>