]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
Take into account chdir_fd when extracting from incremental dumps.
[chaz/tar] / src / incremen.c
index 557df3090d502ce0074121f8501c4eb44af3a072..8aeefbeda86b403cb07399df6bdaba35d42ced6e 100644 (file)
@@ -1582,7 +1582,7 @@ try_purge_directory (char const *directory_name)
   if (!is_dumpdir (&current_stat_info))
     return false;
 
-  current_dir = savedir (directory_name);
+  current_dir = tar_savedir (directory_name, 0);
 
   if (!current_dir)
     /* The directory doesn't exist now.  It'll be created.  In any
This page took 0.025665 seconds and 4 git commands to generate.