]> git.wh0rd.org - dump.git/blobdiff - restore/restore.c
In restore -C, encountering an unexpected file is not an error.
[dump.git] / restore / restore.c
index 67a8465904dd26f81a911f249cd7cc8e0c80b77a..c87b532d39cfc9046650febb5195e17400a2b4ef 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: restore.c,v 1.37 2005/07/07 09:16:08 stelian Exp $";
+       "$Id: restore.c,v 1.38 2008/04/17 15:22:56 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -716,7 +716,6 @@ compareleaves(void)
                if (first != curfile.ino) {
                        fprintf(stderr, "expected next file %ld, got %lu\n",
                                (long)first, (unsigned long)curfile.ino);
-                       do_compare_error;
                        skipfile();
                        goto next;
                }