Fix constructor.
authorScott Cantor <cantor.2@osu.edu>
Mon, 20 Sep 2010 14:54:22 +0000 (14:54 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 20 Sep 2010 14:54:22 +0000 (14:54 +0000)
shibresolver/resolver.cpp

index f8acdc7..4a54db2 100644 (file)
@@ -53,6 +53,8 @@ ShibbolethResolver* ShibbolethResolver::create()
 
 ShibbolethResolver::ShibbolethResolver()
 {
+    m_mapper = NULL;
+    m_sp = NULL;
 }
 
 ShibbolethResolver::~ShibbolethResolver()