Change in osmo-iuh[master]: hnbgw: Avoid re-defining same global variable twice

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 Feb 23 18:09:06 UTC 2021


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


Change subject: hnbgw: Avoid re-defining same global variable twice
......................................................................

hnbgw: Avoid re-defining same global variable twice

This global variable is already defined in iu_client.c provided by
libosmo-ranap (and used by libasn1c).
Fixes ASan warning at starutp.

Change-Id: I7dbae83ce0dc4ac25dc10879e223280414f7b561
---
M src/hnbgw.c
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/69/23069/1

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 5e01b63..e21ec4a 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -72,7 +72,6 @@
 	"There is NO WARRANTY, to the extent permitted by law.\r\n";
 
 static void *tall_hnb_ctx;
-void *talloc_asn1_ctx;
 
 static struct hnb_gw *g_hnb_gw;
 

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I7dbae83ce0dc4ac25dc10879e223280414f7b561
Gerrit-Change-Number: 23069
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/20210223/42e9fecd/attachment.htm>


More information about the gerrit-log mailing list