mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-16 08:00:48 +00:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
expression fd;
|
|
@@
|
|
- if (fd >= 0) {
|
|
- fd = safe_close(fd);
|
|
- }
|
|
+ fd = safe_close(fd);
|