Use explicit parameter for sgsn_auth_init()

This is necessary to properly test ACLs in follow-up patches.

Change-Id: Ibeba371234680f33ad35afbfffce9dca185228c1
This commit is contained in:
Max 2018-12-10 18:01:47 +01:00
parent be621a6c69
commit bc1d4f04ef
1 changed files with 1 additions and 1 deletions

View File

@ -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();