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 "Osmocom code for Iuh interface".
The branch, master has been updated
via f8b73b15c06055719e712b5a70d130cfd42bea4b (commit)
via 8e88d37ceca1dcbb91c59a26d6467df8524283f5 (commit)
from 3bd8a556612e5990e7997044d20ade06373a7da6 (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/osmo-iuh/commit/?id=f8b73b15c06055719e712b5a70d130c…
commit f8b73b15c06055719e712b5a70d130cfd42bea4b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 26 21:39:53 2017 +0100
hnbgw_vty.c: Fix "-Werror=format-security" failure in vty_out()
We have to use a format string, we cannot directly print "name".
Fixes a build error on our OBS builds:
hnbgw_vty.c:156:5: error: format not a string literal and no format arguments
[-Werror=format-security]
which was introduced in Change-Id I3c937306a011715e163a40bc8ef8ec7e8d4e5d08
about one week ago.
Change-Id: I042989c2b7b379284b2ee5fea3bd8f8ce406b09e
http://cgit.osmocom.org/osmo-iuh/commit/?id=8e88d37ceca1dcbb91c59a26d6467df…
commit 8e88d37ceca1dcbb91c59a26d6467df8524283f5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 26 21:38:49 2017 +0100
hnbgw_vty.c: cosmetic: Fix non-tab-indented code
This was introduced a week ago in Change-Id
I3c937306a011715e163a40bc8ef8ec7e8d4e5d08 and is now cleaned up.
Change-Id: Iaadf941aa7f1c5ae05eb02b51cc646b7b5587ba3
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_vty.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface