X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fiterate_dir.c;h=b6fdb0320419d4d3de6d5fb7d3823109ce98f661;hp=940fc24b8e2c96d3635c6eb31e4d4b8407a1ec34;hb=HEAD;hpb=eaccd7008cc9b7a976de87d30a7f64ccd421148a diff --git a/src/iterate_dir.c b/src/iterate_dir.c index 940fc24b..85857043 100644 --- a/src/iterate_dir.c +++ b/src/iterate_dir.c @@ -19,7 +19,7 @@ * 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 @@ -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; - - ret = wim_checksum_unhashed_blobs(wim); - if (ret) - return ret; - struct image_iterate_dir_tree_ctx ctx = { .path = path, .flags = flags,