Trever In virusfilter_io_write isn't this the same as bool ok; ok = write_data_iov_timeout(...); return ok; Jim On 1/2/2018 12:34 PM, Trever L. Adams via samba-technical wrote: > + switch (write_data_iov_timeout(io_h->stream, &iov, 1, > + io_h->io_timeout)) { > + case false: > + return false; > + default: > + return true; > + }