Skip to content

Commit

Permalink
[backend] reenable blobs storage
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jun 4, 2018
1 parent d8465f8 commit 7e60011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_repserver
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ sub putjob {
# check that the containerinfo is well formed
BSRepServer::Containerinfo::readcontainerinfo($tmpdir, $containerinfofile);
# now do the rewrite
BSRepServer::Containertar::normalize_container($tmpdir, $container, 0, 0);
BSRepServer::Containertar::normalize_container($tmpdir, $container, 1, 1);
};
warn($@) if $@;
}
Expand Down

0 comments on commit 7e60011

Please sign in to comment.