]> wimlib.net Git - wimlib/blobdiff - src/iterate_dir.c
v1.14.4
[wimlib] / src / iterate_dir.c
index 940fc24b8e2c96d3635c6eb31e4d4b8407a1ec34..85857043150153513b1f2ccb5aec1ab1a7df304e 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
  */
 
 #ifdef HAVE_CONFIG_H
@@ -269,11 +269,6 @@ wimlib_iterate_dir_tree(WIMStruct *wim, int image, const tchar *_path,
        path = canonicalize_wim_path(_path);
        if (path == NULL)
                return WIMLIB_ERR_NOMEM;
        path = canonicalize_wim_path(_path);
        if (path == NULL)
                return WIMLIB_ERR_NOMEM;
-
-       ret = wim_checksum_unhashed_blobs(wim);
-       if (ret)
-               return ret;
-
        struct image_iterate_dir_tree_ctx ctx = {
                .path = path,
                .flags = flags,
        struct image_iterate_dir_tree_ctx ctx = {
                .path = path,
                .flags = flags,