From 79d001fcb699ef13f15593f155af8f3051f56353 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 23 Feb 2021 19:07:43 +0100 Subject: 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 --- src/hnbgw.c | 1 - 1 file changed, 1 deletion(-) 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 @@ static const char * const osmo_hnbgw_copyright = "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; -- cgit v1.2.3