]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-proxy: fix error code for invalid reply-slots
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 6 Aug 2015 09:42:40 +0000 (11:42 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 6 Aug 2015 09:44:06 +0000 (11:44 +0200)
commit2c960818c8887386fce216a1bbbadbe8d35d59c3
tree5f63433429e2771a72307077973c3049e74d8d57
parenta6b095186891e9c0fa61a191126977c5eea6f111
bus-proxy: fix error code for invalid reply-slots

The kernel may return EBADSLT if a reply slot cannot be found. Make sure
to ignore it just like we ignore EPERM (the comment still applies).
src/bus-proxyd/proxy.c