Wasn't propagating reset flag in virtual method.
[shibboleth/cpp-opensaml.git] / saml / binding / impl / SecurityPolicy.cpp
index 6603e3b..f4affe2 100644 (file)
@@ -100,7 +100,7 @@ SecurityPolicy::~SecurityPolicy()
 
 void SecurityPolicy::reset(bool messageOnly)
 {
-    _reset();
+    _reset(messageOnly);
 }
 
 void SecurityPolicy::_reset(bool messageOnly)