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 "SCCP Library".
The branch, master has been updated
via 42488383275a01e288961f6aebf74fb2eb13817d (commit)
from fa3215618b88264a03477511313311de4e838d99 (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/libosmo-sccp/commit/?id=42488383275a01e288961f6aebf…
commit 42488383275a01e288961f6aebf74fb2eb13817d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 22 11:00:23 2017 +0200
ss7: Fix compilation error (warning)
In osmo_ss7_route_create() as is only initalized if lset can not
be initalized. If lset can be initalized, as will not be used so
everything is fine. However, the compiler complains that as may
not be initalized. Initalizing as to NULL solves the problem.
Change-Id: Ibcb3ebf9aaa7717cb553242517abce1499bc9c2a
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SCCP Library