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
Tue Jul 14 10:18:46 UTC 2020


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/46/19246/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200714/30bddeaf/attachment.htm>


More information about the gerrit-log mailing list