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 network interface library".
The branch, master has been updated
via 6d4acefb69b6a6f7fe29bb398ec617d7e3e01a71 (commit)
from bea215a565390009ddc79b830db334fa33cc7b3a (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-netif/commit/?id=6d4acefb69b6a6f7fe29bb398e…
commit 6d4acefb69b6a6f7fe29bb398ec617d7e3e01a71
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Nov 17 15:12:32 2017 +0100
stream: Avoid re-creating and leaking socket when unneeded
In previous implementation, if no reconfiguring is needed, a new socket
would be created without closing the old one, leaking the previous
socket. Instead, if we don't need reconfiguring, we return 0 as no
operation is required.
Change-Id: I6c1a7fff63e44840fb5e2bc7ace5e9a61e304987
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom network interface library