Skip to content

Commit

Permalink
[Server] Avoid SEGV when no preplib has been specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Oct 3, 2019
1 parent 9ee7860 commit 1f03b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdOfs/XrdOfsConfigPI.cc
Expand Up @@ -801,7 +801,7 @@ bool XrdOfsConfigPI::SetupPrp(XrdOfs *ofsP, XrdOucEnv *envP)
{free(PrpLib);
PrpLib = LP[PIX(thePrpLib)].lib = strdup(myLib.Path());
}
}
} else return true;

// Get the Object now
//
Expand Down

0 comments on commit 1f03b4c

Please sign in to comment.