mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
@@
|
|
expression fd;
|
|
@@
|
|
- if (fd >= 0) {
|
|
- fd = safe_close(fd);
|
|
- }
|
|
+ fd = safe_close(fd);
|