Skip to content
Snippets Groups Projects
Commit 217fd859 authored by Paul Kramp's avatar Paul Kramp Committed by Axel Naumann
Browse files

Reformatting according to PR suggestions


Co-authored-by: default avatarJan Knedlik <j.knedlik@gsi.de>
parent bdc676d8
No related branches found
No related tags found
No related merge requests found
......@@ -731,9 +731,9 @@ Bool_t TNetXNGFile::GetVectorReadLimits()
URL lrl(lasturl);
//local redirect will split vector reads into multiple local reads anyway,
// so we are fine with the default values
if(0==lrl.GetProtocol().compare("file") &&
0==lrl.GetHostId().compare("localhost")){
if (gDebug>=1)
if(lrl.GetProtocol().compare("file") == 0 &&
lrl.GetHostId().compare("localhost") == 0){
if (gDebug >= 1)
Info("GetVectorReadLimits","Local redirect, using default values");
return kTRUE;
}
......@@ -942,4 +942,3 @@ void TNetXNGFile::SetEnv()
|| strlen(cenv) <= 0))
gSystem->Setenv("XrdSecPWDVERIFYSRV", val.Data());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment