git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7835
91ce42f0-d328-0410-95d8-
f526ca767f89
* 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) {
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) {