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 1f82d0aecfa30884426fdcf583b32826527c639c (commit)
from 4aaa8abcab71a7257e20c96aa03d4f675b29c57e (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=1f82d0aecfa30884426fdcf583b3…
commit 1f82d0aecfa30884426fdcf583b32826527c639c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 22:54:46 2017 +0200
osmo_sock_get_name(): clearly indicate local and remote
In a string like
127.0.0.1:2905<->127.0.0.1:60661
it is hard to tell which is the local part. I'd have expected it on the left,
but it is actually on the right.
To avoid doubt and bypass bikesheds on which side should be what, clearly mark
the two sides as remote and local.
(r=127.0.0.1:2905<->l=127.0.0.1:60661)
Change-Id: I43dcc6a1906429bd0955fd7fe2eb5b8495b592d8
-----------------------------------------------------------------------
Summary of changes:
src/socket.c | 4 ++--
tests/socket/socket_test.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications