From 02cbff09df44715abf671d10a351092b9c8cf61b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 24 Dec 2009 10:07:36 +0100 Subject: fix typo in talloc_ctx causing counters not to show up in talloc report --- openbsc/src/talloc_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/talloc_ctx.c') diff --git a/openbsc/src/talloc_ctx.c b/openbsc/src/talloc_ctx.c index 13ec77530..5f0ee4de8 100644 --- a/openbsc/src/talloc_ctx.c +++ b/openbsc/src/talloc_ctx.c @@ -32,5 +32,5 @@ void talloc_ctx_init(void) tall_trans_ctx = talloc_named_const(tall_bsc_ctx, 0, "transaction"); tall_map_ctx = talloc_named_const(tall_bsc_ctx, 0, "trau_map_entry"); tall_upq_ctx = talloc_named_const(tall_bsc_ctx, 0, "trau_upq_entry"); - tall_ctr_ctx = talloc_named_const(tall_ctr_ctx, 0, "counter"); + tall_ctr_ctx = talloc_named_const(tall_bsc_ctx, 0, "counter"); } -- cgit v1.2.3