mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +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);
|