X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shib%2FMetadata.cpp;h=9867fbc63f31c1f01410bb408a5bd28a7a7ad409;hb=21072fb27e6aef5cea62ba8c8eca38f5af9fd73b;hp=12890fb5eb94ecbdc5ab066a131d08d5f1c3652c;hpb=35e3737b1e1e9f5b4c58a81a7fcf60b72c3a5f9c;p=shibboleth%2Fsp.git diff --git a/shib/Metadata.cpp b/shib/Metadata.cpp index 12890fb..9867fbc 100644 --- a/shib/Metadata.cpp +++ b/shib/Metadata.cpp @@ -214,7 +214,7 @@ void AAP::apply(const saml::Iterator& aaps, saml::SAMLAssertion& assertio // Check each attribute, applying any matching rules. Iterator attrs=s->getAttributes(); - for (long acount=0; acount < attrs.size();) { + for (unsigned long acount=0; acount < attrs.size();) { SAMLAttribute* a=attrs[acount]; bool ruleFound=false; aaps.reset();