This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit)
from 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=af9a9b0b44323b4722e7ffbe478d9138…
commit af9a9b0b44323b4722e7ffbe478d91380f1d8056
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 15:52:58 2016 +0100
talloc_cxt: Fix compiler warning / missing #include
talloc_ctx.c: In function ‘talloc_ctx_init’:
talloc_ctx.c:40:2: warning: implicit declaration of function ‘msgb_talloc_ctx_init’
[-Wimplicit-function-declaration]
msgb_talloc_ctx_init(ctx_root, 0);
^~~~~~~~~~~~~~~~~~~~
Change-Id: Ib8ebc02d5cf0d2b4019473d3750ae7c6f8a32896
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libcommon/talloc_ctx.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)