X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2Fimpl%2FFilesystemMetadataProvider.cpp;h=e9d3dbf9de0cab6e202d81ec9686bbc47ffc2a9d;hp=113e1a3b39a5c5175a5b0572b07be7c50e8be048;hb=444e963672e4136f5a18c9b9014e0a92e350de7f;hpb=12d8e6ed0125ea986a8eb78ea177b6d6f0251fd6 diff --git a/saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp b/saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp index 113e1a3..e9d3dbf 100644 --- a/saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp +++ b/saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp @@ -66,8 +66,8 @@ namespace opensaml { private: XMLObject* load() const; void index(); - void index(EntityDescriptor* site, time_t validUntil=LLONG_MAX); - void index(EntitiesDescriptor* group, time_t validUntil=LLONG_MAX); + void index(EntityDescriptor* site, time_t validUntil=SAMLTIME_MAX); + void index(EntitiesDescriptor* group, time_t validUntil=SAMLTIME_MAX); // index of loaded metadata typedef multimap sitemap_t;