diff --git a/qubes/tools/qubesd.py b/qubes/tools/qubesd.py index 2b1bcb44..b72cd9ba 100644 --- a/qubes/tools/qubesd.py +++ b/qubes/tools/qubesd.py @@ -63,6 +63,8 @@ class QubesDaemonProtocol(asyncio.Protocol): asyncio.ensure_future(self.respond( src, method, dest, arg, untrusted_payload=untrusted_payload)) + return True + @asyncio.coroutine def respond(self, src, method, dest, arg, *, untrusted_payload): try: