Clean Solaris build.
[shibboleth/cpp-sp.git] / shibsp / handler / impl / WAYFSessionInitiator.cpp
index 49f1242..fe627d1 100644 (file)
@@ -77,7 +77,7 @@ pair<bool,long> WAYFSessionInitiator::run(SPRequest& request, const char* entity
     // The IdP CANNOT be specified for us to run. Otherwise, we'd be redirecting to a WAYF
     // 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;