Skip to content
Snippets Groups Projects
Commit 1b3661bc authored by Julien Leduc's avatar Julien Leduc
Browse files

00050-CASTOR-5279-Logical-Block-Protection-support-in-the-.patch...

00050-CASTOR-5279-Logical-Block-Protection-support-in-the-.patch 348300861522b28c6e74cf8a919e40509151241d
parent 3150fe7e
Branches
Tags v0.0-81
No related merge requests found
......@@ -43,7 +43,7 @@ castor::tape::tapeserver::daemon::LabelSessionConfig
LabelSessionConfig config;
const std::string useLBP = castorConf.getConfEntString(
"TapeServer", "UseLogicalBlockProtection", "no", log);
"TapeServer", "UseLogicalBlockProtection", "no");
if (!strcasecmp(useLBP.c_str(), "yes") || !strcmp(useLBP.c_str(), "1")) {
config.useLbp = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment