On Wed, Nov 19, 2025 at 02:08:53PM +0100, Markus Armbruster wrote: > connect_thread_func() sets a variable to null, then error_propagate()s > an Error * to it. This is a roundabout way to assign the Error * to > it, so replace it by just that. > > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
