On Wed, Jun 18, 2014 at 6:58 AM, Zbigniew Jędrzejewski-Szmek
<[email protected]> wrote:
>> +        if (client->fd > 0)
>> +                safe_close(client->fd);
>> +        client->fd = -1;
> client->fd = safe_close(client->fd);
>
> That's what safe_close is for :)

And shouldn't the check be for client->fd >= 0? Zero is a valid file descriptor.

Cheers,
Filipe
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to