Change in libosmo-abis[master]: ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write err...

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
Wed Jul 15 12:59:44 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19246 )

Change subject: ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error path
......................................................................

ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error path

The function is already being called by ipaccess_drop().

Change-Id: I00d0557fe81861d4b913a4c76e4b56f93e656103
---
M src/input/ipaccess.c
1 file changed, 0 insertions(+), 1 deletion(-)

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



diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 96828eb..28191b7 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -486,7 +486,6 @@
 	msgb_free(msg);
 	return ret;
 err:
-	ipaccess_keepalive_fsm_cleanup(e1i_ts);
 	ipaccess_drop(bfd, line);
 	msgb_free(msg);
 	return ret;

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I00d0557fe81861d4b913a4c76e4b56f93e656103
Gerrit-Change-Number: 19246
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20200715/82e32408/attachment.htm>


More information about the gerrit-log mailing list