From: Scott Cantor Date: Fri, 2 Oct 2009 16:47:54 +0000 (+0000) Subject: Include cache layer in init step, to avoid warnings about replay checking. X-Git-Tag: 2.3~45 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=66f92f205ff3301cf3e099419eaf9aa620d14901 Include cache layer in init step, to avoid warnings about replay checking. --- diff --git a/util/resolvertest.cpp b/util/resolvertest.cpp index 6fe35e2..c9d98ac 100644 --- a/util/resolvertest.cpp +++ b/util/resolvertest.cpp @@ -160,7 +160,8 @@ int main(int argc,char* argv[]) SPConfig::Trust | SPConfig::AttributeResolution | SPConfig::Credentials | - SPConfig::OutOfProcess + SPConfig::OutOfProcess | + SPConfig::Caching ); if (!conf.init()) return -1;