chiark / gitweb /
delta: ensure that d_type will be set on every fs
[elogind.git] / src / delta / delta.c
index 19eaed36316c6fe9a0dabf2a051ff8d674c01866..369f8f862a86605026780fb7a9fb3fbabafea88d 100644 (file)
@@ -316,6 +316,8 @@ static int enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const ch
                 if (!de)
                         return -errno;
 
+                dirent_ensure_type(d, de);
+
                 if (dropins && de->d_type == DT_DIR && endswith(de->d_name, ".d"))
                         enumerate_dir_d(top, bottom, drops, path, de->d_name);