bus-proxy: add comment to remove -EPERM check

This commit is contained in:
Kay Sievers 2015-08-06 13:45:46 +02:00
parent f35e54d03a
commit 855fc9744f

View file

@ -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;