Skip to content
GitLab
Explore
Sign in
Commit
7f6e12b0
authored
Sep 08, 2015
by
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
Changes
3
Show whitespace changes
Inline
Side-by-side
Loading
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment