aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 19:07:43 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 19:08:48 +0100
commit79d001fcb699ef13f15593f155af8f3051f56353 (patch)
tree8bf1f06387e70e93575d6e08b3fa5ae955353e65 /src
parentd24839fea0302e9da03ec727892508c76a136c66 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/hnbgw.c1
1 files changed, 0 insertions, 1 deletions
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;