Skip to content

Commit

Permalink
[VOMS] Fix improper collection of multi-VO cert attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and simonmichal committed Jun 30, 2020
1 parent c8dc4e3 commit 3fdb474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XrdVoms/XrdVomsFun.cc
Expand Up @@ -305,7 +305,6 @@ int XrdVomsFun::VOMSFun(XrdSecEntity &ent)
// Same size as std::vector<data> by construction (same information in compact form)
std::vector<std::string> fqa = (*i).fqan;
std::vector<std::string>::iterator ifqa = fqa.begin();
grps = ""; role = "";
for (; idat != dat.end(); idat++, ifqa++) {
VOMSDBG(" ---> group: '"<<(*idat).group<<"', role: '"<<(*idat).role<<"', cap: '" <<(*idat).cap<<"'");
VOMSDBG(" ---> fqan: '"<<(*ifqa)<<"'");
Expand Down

0 comments on commit 3fdb474

Please sign in to comment.