chiark / gitweb /
import: also add verification support to tar importer
[elogind.git] / src / import / import.c
index d9cff3e239be2aa2fd3330785b9aab8148bdd36b..0c215c64846d56e677aff6bacf17125e722230b6 100644 (file)
@@ -135,7 +135,7 @@ static int pull_tar(int argc, char *argv[], void *userdata) {
         if (r < 0)
                 return log_error_errno(r, "Failed to allocate importer: %m");
 
-        r = tar_import_pull(import, url, local, arg_force);
+        r = tar_import_pull(import, url, local, arg_force, arg_verify);
         if (r < 0)
                 return log_error_errno(r, "Failed to pull image: %m");