From 855fc9744f63c04b220392f2ee30a83e4d6a7610 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 6 Aug 2015 13:45:46 +0200 Subject: bus-proxy: add comment to remove -EPERM check --- src/bus-proxyd/proxy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bus-proxyd/proxy.c b/src/bus-proxyd/proxy.c index 499a4e17d9..88800f5e7f 100644 --- a/src/bus-proxyd/proxy.c +++ b/src/bus-proxyd/proxy.c @@ -782,6 +782,8 @@ static int proxy_process_destination_to_local(Proxy *p) { * caller's timeout to expire, so this should be * acceptable. Nobody sane sends replies without a * matching method-call, so nobody should care. */ + + /* FIXME: remove -EPERM when kdbus is updated */ if ((r == -EPERM || r == -EBADSLT) && m->reply_cookie > 0) return 1; -- cgit v1.2.3-54-g00ecf