]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bus-proxy: add comment to remove -EPERM check
authorKay Sievers <kay@vrfy.org>
Thu, 6 Aug 2015 11:45:46 +0000 (13:45 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 6 Aug 2015 11:45:46 +0000 (13:45 +0200)
src/bus-proxyd/proxy.c

index 499a4e17d9d69e1c8ad9930569b49f1ac62e123c..88800f5e7f28e83237533d4024565dc9e1aa5e9d 100644 (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;