[MERGED] osmo-bts[master]: Fix lc15 build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Oct 18 15:14:48 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

Change subject: Fix lc15 build
......................................................................


Fix lc15 build

The error seems to be introduced in 21142f789812553b56f493d79184f5a31ab7b1cd

Change-Id: I620ac6774fb47479d74bc4470ccc6edd379600ba
---
M src/osmo-bts-litecell15/misc/lc15bts_mgr.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr.c b/src/osmo-bts-litecell15/misc/lc15bts_mgr.c
index 193e108..3a7d3a1 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr.c
+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr.c
@@ -226,7 +226,7 @@
 
 
 	tall_mgr_ctx = talloc_named_const(NULL, 1, "bts manager");
-	msgb_talloc_ctx_init(tall_mgr_ctx);
+	msgb_talloc_ctx_init(tall_mgr_ctx, 0);
 
 	mgr_log_init();
 

-- 
To view, visit https://gerrit.osmocom.org/1112
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I620ac6774fb47479d74bc4470ccc6edd379600ba
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list