]> git.ipfire.org Git - pakfire.git/commitdiff
snapshot: Fix calling the extractor
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Aug 2022 15:13:43 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Aug 2022 15:13:43 +0000 (15:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/snapshot.c

index 2a66d71c78fb1598d92d7ba58f8ed6c320f20a6d..7da82d5dad31d38d08f8c2a85792070c4624f099 100644 (file)
@@ -232,7 +232,7 @@ static int pakfire_snapshot_extract(struct pakfire* pakfire, const char* path) {
        }
 
        // Extract snapshot
-       r = pakfire_extract(pakfire, archive, st.st_size, NULL,
+       r = pakfire_extract(pakfire, archive, st.st_size, NULL, NULL,
                        _("Extracting snapshot..."), PAKFIRE_EXTRACT_SHOW_THROUGHPUT);
        if (r)
                goto ERROR;