diff options
-rw-r--r-- | src/shared/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.c b/src/shared/util.c index 0cc51e0962..c18d31dfcf 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -6093,7 +6093,7 @@ int container_get_leader(const char *machine, pid_t *pid) { int namespace_open(pid_t pid, int *pidns_fd, int *mntns_fd, int *netns_fd, int *root_fd) { _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, netnsfd = -1; - int rfd; + int rfd = -1; assert(pid >= 0); |