Skip to content

Commit

Permalink
[Server] Correct spelling of fattr query config varable.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jan 15, 2020
1 parent 12b479b commit 8b603ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdXrootd/XrdXrootdXeq.cc
Expand Up @@ -1933,7 +1933,7 @@ int XrdXrootdProtocol::do_Qconf()
if (!nidval || !(*nidval)) nidval = "vnid";
n = snprintf(bp, bleft, "%s\n", nidval);
}
else if (!strcmp("xattr", val))
else if (!strcmp("fattr", val))
{n = snprintf(bp, bleft, "%s\n", usxParms);
bp += n; bleft -= n;
}
Expand Down

0 comments on commit 8b603ee

Please sign in to comment.