From 2e485767da7210c18621ba74962b94b7c1fd91cd Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 10 Dec 2018 18:01:47 +0100 Subject: Use explicit parameter for sgsn_auth_init() This is necessary to properly test ACLs in follow-up patches. Change-Id: Ibeba371234680f33ad35afbfffce9dca185228c1 --- tests/sgsn/sgsn_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sgsn/sgsn_test.c b/tests/sgsn/sgsn_test.c index 111515e03..614520600 100644 --- a/tests/sgsn/sgsn_test.c +++ b/tests/sgsn/sgsn_test.c @@ -1641,7 +1641,7 @@ int main(int argc, char **argv) msgb_ctx = msgb_talloc_ctx_init(osmo_sgsn_ctx, 0); sgsn_rate_ctr_init(); - sgsn_auth_init(); + sgsn_auth_init(sgsn); gprs_subscr_init(sgsn); test_llme(); -- cgit v1.2.3