aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-08 04:49:41 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-11-11 05:31:59 +0100
commit0f2cfe6c7968dbaca6f9aaef0b499953dc21a3ca (patch)
tree4c860ec9b0e69fcf7a511e1d9cce8f211f19baa7
parent288a9ddd217823ef6acc08efc5d47a1218756e7c (diff)
gsup server read_cb: use non-static osmo_gsup_message
-rw-r--r--src/hlr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hlr.c b/src/hlr.c
index 2a61ec2..f51561f 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -597,7 +597,7 @@ end:
static int read_cb(struct osmo_gsup_conn *conn, struct msgb *msg)
{
- static struct osmo_gsup_message gsup;
+ struct osmo_gsup_message gsup;
int rc;
if (!msgb_l2(msg) || !msgb_l2len(msg)) {