Add conditional remoting, remove nullptr reference.
[shibboleth/resolver.git] / shibresolver / resolver.h
index 947e8ab..e3a6c0c 100644 (file)
@@ -149,7 +149,7 @@ namespace shibresolver {
 #else
             unsigned long features = shibsp::SPConfig::OutOfProcess,
 #endif
-            const char* config = nullptr,
+            const char* config = NULL,
             bool rethrow = false
             );