From 3fdb474682e9050a31fc9acd569aec5920b76145 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Tue, 30 Jun 2020 00:27:19 -0700 Subject: [PATCH] [VOMS] Fix improper collection of multi-VO cert attributes. --- src/XrdVoms/XrdVomsFun.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/XrdVoms/XrdVomsFun.cc b/src/XrdVoms/XrdVomsFun.cc index d3ed34ffa0b..ba7907475fa 100644 --- a/src/XrdVoms/XrdVomsFun.cc +++ b/src/XrdVoms/XrdVomsFun.cc @@ -305,7 +305,6 @@ int XrdVomsFun::VOMSFun(XrdSecEntity &ent) // Same size as std::vector by construction (same information in compact form) std::vector fqa = (*i).fqan; std::vector::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)<<"'");