Skip to content
Commit 7f6e12b0 authored by Lennart Poettering's avatar Lennart Poettering
Browse files

tree-wide: drop redundant if checks before safe_close()

Replace this:

        if (fd >= 0)
                safe_close(fd);

by this:

        safe_close(fd);
parent 66e40583
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment