First version of resolvertest utility.
[shibboleth/cpp-sp.git] / shibsp / util / DOMPropertySet.cpp
index 3f45ad6..a4096c8 100644 (file)
@@ -29,7 +29,6 @@
 
 using namespace shibsp;
 using namespace xmltooling;
-using namespace log4cpp;
 using namespace xercesc;
 using namespace std;
 
@@ -50,6 +49,8 @@ void DOMPropertySet::load(
 #ifdef _DEBUG
     NDC ndc("load");
 #endif
+    if (!e)
+        return;
     m_root=e;
 
     // Process each attribute as a property.