Skip to content

zb: Disown FDs in Proxy::call instead of call_method

Zeeshan Ali Khan requested to merge zeenix/disown-fds-where-needed into main

call_method returns the reply message to the caller so they can do as they wish with the FDs but call unwraps the body and returns that so disowning FDs makes sense in this method.

Merge request reports