mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 05:23:43 +00:00 
			
		
		
		
	fix typo in talloc_ctx causing counters not to show up in talloc report
This commit is contained in:
		@@ -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");
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user