X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FSAMLDSSessionInitiator.cpp;h=1aec1e2e511c375208ef4a088bb8b79d2533e01b;hb=83a02e10dec5f273b3ae0042bfc35470cc664a24;hp=ddbcd6b117189d304fa00477a40eb84f8a8f2ba1;hpb=9034cccd58058fb67d0d777fa743ad1cf474cd35;p=shibboleth%2Fsp.git diff --git a/shibsp/handler/impl/SAMLDSSessionInitiator.cpp b/shibsp/handler/impl/SAMLDSSessionInitiator.cpp index ddbcd6b..1aec1e2 100644 --- a/shibsp/handler/impl/SAMLDSSessionInitiator.cpp +++ b/shibsp/handler/impl/SAMLDSSessionInitiator.cpp @@ -80,7 +80,7 @@ pair 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;