From e45d2daab4fec26e6e260544e310b3ac7c697fbb Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 11 Jul 2018 04:28:46 +0200 Subject: cosmetic: name osmo-bsc's root ctx 'osmo-bsc', not 'openbsc' Change-Id: Ie038bbed436069e7849ba78c3c77c80a68bc3dad --- src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index 9ee51470f..622070bdd 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -772,7 +772,7 @@ int main(int argc, char **argv) struct osmo_bsc_data *data; int rc; - tall_bsc_ctx = talloc_named_const(NULL, 1, "openbsc"); + tall_bsc_ctx = talloc_named_const(NULL, 1, "osmo-bsc"); msgb_talloc_ctx_init(tall_bsc_ctx, 0); vty_info.tall_ctx = tall_bsc_ctx; -- cgit v1.2.3