zb: Disown FDs in Proxy::call instead of call_method
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.