]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix extract typo
authorKern Sibbald <kern@sibbald.com>
Sat, 18 Oct 2008 06:02:19 +0000 (06:02 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 18 Oct 2008 06:02:19 +0000 (06:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7835 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/restore.c

index be581c448c9f3f1915fc4d8f31350fca77f94c4b..0fc635e39fb5a2fd09d06fe80fdabcbf3cc638cc 100644 (file)
@@ -579,7 +579,7 @@ void do_restore(JCR *jcr)
           * b)     and it is not a directory (they are never "extracted")
           * c) or the file name is empty
           */
-         if ((!extract && jcr->last_type != FT_DIREND) || (*jcr->last_fname == 0)) {
+         if ((!rctx.extract && jcr->last_type != FT_DIREND) || (*jcr->last_fname == 0)) {
             break;
          }
          if (have_acl) {
@@ -594,7 +594,7 @@ void do_restore(JCR *jcr)
          break;
 
       case STREAM_UNIX_DEFAULT_ACL:
-         if ((!extract && jcr->last_type != FT_DIREND) || (*jcr->last_fname == 0)) {
+         if ((!rctx.extract && jcr->last_type != FT_DIREND) || (*jcr->last_fname == 0)) {
             break;
          }
          if (have_acl) {