From c2f648fcde770c8b3066b45ed7db0d06f6911842 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Wed, 14 Jan 2015 11:16:14 +0000 Subject: [PATCH] handle: remove useless statement Signed-off-by: Rui Miguel Silva Signed-off-by: David Herrmann --- handle.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/handle.c b/handle.c index 129c51b..92e73e2 100644 --- a/handle.c +++ b/handle.c @@ -278,8 +278,6 @@ static int handle_ep_ioctl_hello(struct kdbus_handle_ep *handle, KDBUS_ITEMS_SIZE(hello, items), 1, kdbus_conn_is_policy_holder(conn), conn); - else - ret = 0; kdbus_conn_release(conn); -- 2.34.1