aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-11 04:28:46 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-11 04:29:10 +0200
commite45d2daab4fec26e6e260544e310b3ac7c697fbb (patch)
tree6c8cc76aa29ef2910fe2ba4c638326a935d67c34 /src
parenta43cea70cb08e89cd671f75c1882c59c4380c449 (diff)
cosmetic: name osmo-bsc's root ctx 'osmo-bsc', not 'openbsc'
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
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;