Re: [systemd-devel] [PATCH 2/2] kdbus: use kdbus_conn_find_peer() where appropriate

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:43 AM, Djalal Harouni wrote: > connection.c | 7 ++- > match.c | 14 ++ > names.c | 5 + Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.fre

[systemd-devel] [PATCH 2/2] kdbus: use kdbus_conn_find_peer() where appropriate

2014-03-30 Thread Djalal Harouni
Signed-off-by: Djalal Harouni --- connection.c | 7 ++- match.c | 14 ++ names.c | 5 + 3 files changed, 5 insertions(+), 21 deletions(-) diff --git a/connection.c b/connection.c index 97fde97..f14cedc 100644 --- a/connection.c +++ b/connection.c @@ -1752,11 +1752