<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12426">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix VTY documentation error introduced  in "bind" VTY port change<br><br>In 99ae401e490e60fc07bef7eacc478be7bdcc9f5a we introduced the ability<br>to specify the TCP port to which the VTY should bind.  However, the VTY<br>dcumentation wasn't extended accordingly, causing virtually all master<br>build jobs to fail.<br><br>Change-Id: I54fb0ca0d3a884a64a349b22de70f3d9bd1a6d54<br>---<br>M src/vty/vty.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/vty/vty.c b/src/vty/vty.c</span><br><span>index 7f6c225..abce887 100644</span><br><span>--- a/src/vty/vty.c</span><br><span>+++ b/src/vty/vty.c</span><br><span>@@ -1616,7 +1616,8 @@</span><br><span> /* vty bind */</span><br><span> DEFUN(vty_bind, vty_bind_cmd, "bind A.B.C.D [<0-65535>]",</span><br><span>       "Accept VTY telnet connections on local interface\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "Local interface IP address (default: " VTY_BIND_ADDR_DEFAULT ")\n")</span><br><span style="color: hsl(120, 100%, 40%);">+      "Local interface IP address (default: " VTY_BIND_ADDR_DEFAULT ")\n"</span><br><span style="color: hsl(120, 100%, 40%);">+      "Local TCP port number\n")</span><br><span> {</span><br><span>  talloc_free((void*)vty_bind_addr);</span><br><span>   vty_bind_addr = talloc_strdup(tall_vty_ctx, argv[0]);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12426">change 12426</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/12426"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I54fb0ca0d3a884a64a349b22de70f3d9bd1a6d54 </div>
<div style="display:none"> Gerrit-Change-Number: 12426 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Holger Freyther <holger@freyther.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>