Skip to content
Snippets Groups Projects
Commit 2e527c3c authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Fixed typo

parent ee42d805
Branches
Tags
No related merge requests found
......@@ -136,7 +136,7 @@ std::string XrdProFile::decode(const std::string msg) const {
//------------------------------------------------------------------------------
int XrdProFile::open(const char *fileName, XrdSfsFileOpenMode openMode, mode_t createMode, const XrdSecEntity *client, const char *opaque) {
try {
cta::SecurityIdentity requester = checkClient(client, requester);
cta::SecurityIdentity requester = checkClient(client);
if(!strlen(fileName)) { //this should never happen
m_data = getGenericHelp("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment