Change in libosmocore[master]: vty: The telnet interface is TCP only. Fix the comments

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Holger Freyther gerrit-no-reply at lists.osmocom.org
Sun Dec 23 04:00:44 UTC 2018


Holger Freyther has submitted this change and it was merged. ( https://gerrit.osmocom.org/12425 )

Change subject: vty: The telnet interface is TCP only. Fix the comments
......................................................................

vty: The telnet interface is TCP only. Fix the comments

Change-Id: I38555c4d4f565ce21dda34fc3857c47b3d802dbd
---
M src/vty/telnet_interface.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  tnt: Looks good to me, but someone else must approve
  Vadim Yanitskiy: Looks good to me, approved
  Harald Welte: Looks good to me, approved



diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index fcb4c8d..47c45fc 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -67,7 +67,7 @@
 /*! Initialize telnet based VTY interface listening to 127.0.0.1
  *  \param[in] tall_ctx \ref talloc context
  *  \param[in] priv private data to be passed to callback
- *  \param[in] port UDP port number
+ *  \param[in] port TCP port number to bind to
  */
 int telnet_init(void *tall_ctx, void *priv, int port)
 {
@@ -78,7 +78,7 @@
  *  \param[in] tall_ctx \ref talloc context
  *  \param[in] priv private data to be passed to callback
  *  \param[in] ip IP to listen to ('::1' for localhost, '::0' for all, ...)
- *  \param[in] port UDP port number
+ *  \param[in] port TCP port number to bind to
  */
 int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port)
 {

-- 
To view, visit https://gerrit.osmocom.org/12425
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I38555c4d4f565ce21dda34fc3857c47b3d802dbd
Gerrit-Change-Number: 12425
Gerrit-PatchSet: 2
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181223/2cfd69b4/attachment.htm>


More information about the gerrit-log mailing list