Clean Solaris build.
[shibboleth/sp.git] / shibsp / handler / impl / SAMLDSSessionInitiator.cpp
index ddbcd6b..1aec1e2 100644 (file)
@@ -80,7 +80,7 @@ pair<bool,long> SAMLDSSessionInitiator::run(SPRequest& request, const char* enti
     // The IdP CANNOT be specified for us to run. Otherwise, we'd be redirecting to a DS
     // anytime the IdP's metadata was wrong.
     if (entityID && *entityID)
-        return make_pair(false,0);
+        return make_pair(false,0L);
 
     string target;
     const char* option;