chiark / gitweb /
Add initialization helper for file_handle_union
[elogind.git] / src / tmpfiles / tmpfiles.c
index ac9a0725110bd1cc9138098fe01dd7f8f8a30b48..332ddcea766c7a3b01ef4d178841c8d451c05478 100644 (file)
@@ -230,10 +230,7 @@ static bool unix_socket_alive(const char *fn) {
 
 static int dir_is_mount_point(DIR *d, const char *subdir) {
 
 
 static int dir_is_mount_point(DIR *d, const char *subdir) {
 
-        union file_handle_union h = {
-                .handle.handle_bytes = MAX_HANDLE_SZ
-        };
-
+        union file_handle_union h = FILE_HANDLE_INIT;
         int mount_id_parent, mount_id;
         int r_p, r;
 
         int mount_id_parent, mount_id;
         int r_p, r;