Change in libosmocore[master]: vty: Fix cpu-sched VTY node name

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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Aug 20 08:40:30 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/19683 )

Change subject: vty: Fix cpu-sched VTY node name
......................................................................

vty: Fix cpu-sched VTY node name

Durin dev cycle, node was initially called "sched" instead of
"cpu-sched", and when it was renamed, this specific part was missed.

Change-Id: I0709fee12cc8ddc4d57efb4ea40b0b79b7ea4151
---
M src/vty/cpu_sched_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/vty/cpu_sched_vty.c b/src/vty/cpu_sched_vty.c
index 8cd11fe..f608738 100644
--- a/src/vty/cpu_sched_vty.c
+++ b/src/vty/cpu_sched_vty.c
@@ -82,7 +82,7 @@
 
 static struct cmd_node sched_node = {
 	L_CPU_SCHED_NODE,
-	"%s(config-sched)# ",
+	"%s(config-cpu-sched)# ",
 	1,
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0709fee12cc8ddc4d57efb4ea40b0b79b7ea4151
Gerrit-Change-Number: 19683
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200820/34ea2879/attachment.htm>


More information about the gerrit-log mailing list