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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 16f989ef91a89a79bfd5a1512e98f3f56f93ad6c (commit)
from 229fa070c49cb78c10dfda9e813b3702d9bf6e47 (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/libosmocore/commit/?id=16f989ef91a89a79bfd5a1512e98…
commit 16f989ef91a89a79bfd5a1512e98f3f56f93ad6c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 29 10:37:44 2017 +0100
Catch repeated calls to osmo_init_logging()
If an application calls osmo_init_logging() multiple times, let's
bail out in a safe way without corrupting the state + returning an
error.
Change-Id: Icf337a430fb367bbca48a1b02822a2cb3b644e5f
-----------------------------------------------------------------------
Summary of changes:
src/application.c | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications