ipaccess-config: initialize root talloc ctx with name

tall_ctx_config is defined but remains NULL. Instead initialize as named
const.

Change-Id: Iec708eda2e4f8eb88b9e5bc5f82f6342709760b1
This commit is contained in:
Neels Hofmeyr 2016-09-16 02:28:30 +02:00
parent b6591072d8
commit 3edd0b03d5
1 changed files with 2 additions and 0 deletions

View File

@ -852,6 +852,8 @@ int main(int argc, char **argv)
struct sockaddr_in sin;
int rc, option_index = 0, stream_id = 0xff;
tall_ctx_config = talloc_named_const(NULL, 0, "ipaccess-config");
osmo_init_logging(&log_info);
log_parse_category_mask(osmo_stderr_target, "DNM,0");
bts_model_nanobts_init();