Change in libosmocore[master]: tests/vty: fix use of GNU 'missing =' extension in designator

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
Wed Nov 17 20:13:18 UTC 2021


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

Change subject: tests/vty: fix use of GNU 'missing =' extension in designator
......................................................................

tests/vty: fix use of GNU 'missing =' extension in designator

Change-Id: I66edb247898594b51cc9d7c1b3d0c60ba66fc637
---
M tests/vty/vty_test.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/tests/vty/vty_test.c b/tests/vty/vty_test.c
index 1db0d5c..e068f19 100644
--- a/tests/vty/vty_test.c
+++ b/tests/vty/vty_test.c
@@ -542,9 +542,9 @@
 			/* Reserved for libraries */
 			[VTY_TEST_ATTR_UPPER]	= 'X',
 			/* Reserved for global attribues */
-			[VTY_TEST_ATTR_RAFC_DOT]	'.',
-			[VTY_TEST_ATTR_RAFC_EXCL]	'!',
-			[VTY_TEST_ATTR_RAFC_AT]		'@',
+			[VTY_TEST_ATTR_RAFC_DOT]	= '.',
+			[VTY_TEST_ATTR_RAFC_EXCL]	= '!',
+			[VTY_TEST_ATTR_RAFC_AT]		= '@',
 		},
 	};
 

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

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


More information about the gerrit-log mailing list