X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Ffiltering%2Fimpl%2FNotMatchFunctor.cpp;h=0f79a84490f003f503858faca58214b219861db5;hb=83a02e10dec5f273b3ae0042bfc35470cc664a24;hp=17d9bcded73d96daf871dc7e38bb36df21cf2a76;hpb=9034cccd58058fb67d0d777fa743ad1cf474cd35;p=shibboleth%2Fsp.git diff --git a/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp b/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp index 17d9bcd..0f79a84 100644 --- a/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp +++ b/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp @@ -104,6 +104,6 @@ MatchFunctor* NotMatchFunctor::buildFunctor(const DOMElement* e, const FilterPol throw ConfigurationException("Child Rule found with no xsi:type."); MatchFunctor* func = SPConfig::getConfig().MatchFunctorManager.newPlugin(*type.get(), make_pair(functorMap,e)); - functorMap->getMatchFunctors().insert(make_pair(id, func)); + functorMap->getMatchFunctors().insert(multimap::value_type(id, func)); return func; }