Browse Source

(dump_file0): Restore file_count_links,accidentally removed on 2005-11-29.

Sergey Poznyakoff 19 years ago
parent
commit
36f41eabf4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/create.c

+ 2 - 0
src/create.c

@@ -1520,6 +1520,8 @@ dump_file0 (struct tar_stat_info *st, char const *p,
 	      abort ();
 	      abort ();
 	    }
 	    }
 
 
+	  file_count_links (st);
+	  
 	  ok = status == dump_status_ok;
 	  ok = status == dump_status_ok;
 	}
 	}