Include cache layer in init step, to avoid warnings about replay checking.
authorScott Cantor <cantor.2@osu.edu>
Fri, 2 Oct 2009 16:47:54 +0000 (16:47 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 2 Oct 2009 16:47:54 +0000 (16:47 +0000)
util/resolvertest.cpp

index 6fe35e2..c9d98ac 100644 (file)
@@ -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;