summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/path-util.c')
-rw-r--r--src/shared/path-util.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/path-util.c b/src/shared/path-util.c
index b1f997aef3..152fef9b24 100644
--- a/src/shared/path-util.c
+++ b/src/shared/path-util.c
@@ -315,10 +315,7 @@ bool path_equal(const char *a, const char *b) {
int path_is_mount_point(const char *t, bool allow_symlink) {
- union file_handle_union h = {
- .handle.handle_bytes = MAX_HANDLE_SZ
- };
-
+ union file_handle_union h = FILE_HANDLE_INIT;
int mount_id = -1, mount_id_parent = -1;
_cleanup_free_ char *parent = NULL;
struct stat a, b;