lib-sieve: program client: local: Destroy the output stream before the fd is closed.
An earlier change exposed this bug. Before, it was always a socket, and closing the output early meant using shutdown() rather than close(). This bug caused an assert failure.
Loading
Please register or sign in to comment