]> wimlib.net Git - wimlib/blobdiff - src/mount.c
Various packaging issues
[wimlib] / src / mount.c
index e07a11c3fbcfdfbd761d846c255302da75a811dd..f83d73c13227f4f2829f8b8ea810abaa65571212 100644 (file)
@@ -1692,6 +1692,8 @@ static int wimfs_utime(const char *path, struct utimbuf *times)
 {
        struct dentry *dentry;
        struct inode *inode;
+       WIMStruct *w = wimfs_get_WIMStruct();
+
        dentry = get_dentry(w, path);
        if (!dentry)
                return -ENOENT;