Change in osmo-ttcn3-hacks[master]: VTY: Fix warning: control reaches end of non-void function

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Feb 5 15:01:39 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22737 )


Change subject: VTY: Fix warning: control reaches end of non-void function
......................................................................

VTY: Fix warning: control reaches end of non-void function

Change-Id: Ie9415afecbcaf12e210fd4f481fcbb1f5ba52c77
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/37/22737/1

diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn
index 9410c9e..df046de 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -221,6 +221,7 @@
 	setverdict(fail, "No matching VTY response for regular expression '", regex,
 		   "' after ", num_attempts, " attempts." );
 	mtc.stop;
+	self.stop;
 }
 
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22737
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie9415afecbcaf12e210fd4f481fcbb1f5ba52c77
Gerrit-Change-Number: 22737
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210205/d1836343/attachment.htm>


More information about the gerrit-log mailing list