X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2FAbstractMetadataProvider.h;h=0ee9e5fc1a67d29115171362bd46022894fd0907;hb=daba1862e48c144e353caaf5a4d018f7e2c89640;hp=0fe617d22000d9bd6625441c79302dfc5a955814;hpb=e9eaa4c30ea751a060574a3e5e6948dcac0dd78a;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/metadata/AbstractMetadataProvider.h b/saml/saml2/metadata/AbstractMetadataProvider.h index 0fe617d..0ee9e5f 100644 --- a/saml/saml2/metadata/AbstractMetadataProvider.h +++ b/saml/saml2/metadata/AbstractMetadataProvider.h @@ -152,7 +152,7 @@ namespace opensaml { mutable groupmap_t m_groups; std::auto_ptr m_resolverWrapper; - std::auto_ptr m_credentialLock; + mutable std::auto_ptr m_credentialLock; typedef std::map< const RoleDescriptor*, std::vector > credmap_t; mutable credmap_t m_credentialMap; const credmap_t::mapped_type& resolveCredentials(const RoleDescriptor& role) const;