]> git.wh0rd.org - dump.git/blobdiff - restore/main.c
Force -a when in 'restore -C' mode.
[dump.git] / restore / main.c
index 1704fcdee3d776274dc9e570b2839ac6020eafe1..fecaad537787602966fe59f2460e6e62d87c6df3 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: main.c,v 1.51 2007/02/22 20:12:50 stelian Exp $";
+       "$Id: main.c,v 1.52 2008/04/17 15:26:46 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -461,6 +461,7 @@ main(int argc, char *argv[])
                compare_ignore_not_found = 0;
                compare_errors = 0;
                Nflag = 1;
+               aflag = 1;
                setup();
                printf("filesys = %s\n", filesys);
                if (STAT(filesys, &stbuf) < 0)