X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=nsapi_shib%2Fnsapi_shib.cpp;fp=nsapi_shib%2Fnsapi_shib.cpp;h=adf0806dbed6d08803719cce93ad998f7c44f3a5;hb=a93662191d6908505916b1481d54349c36534a1c;hp=6c8618e4b9e2a676a4604bd88b3bc3a6b265e707;hpb=d8991e42d90e135adc22ca584e29387db704f0ec;p=shibboleth%2Fsp.git diff --git a/nsapi_shib/nsapi_shib.cpp b/nsapi_shib/nsapi_shib.cpp index 6c8618e..adf0806 100644 --- a/nsapi_shib/nsapi_shib.cpp +++ b/nsapi_shib/nsapi_shib.cpp @@ -569,6 +569,8 @@ void SunRequestMapper::getAll(map& properties) const const PropertySet* s=reinterpret_cast(m_propsKey->getData()); if (s) s->getAll(properties); + if (!stn) + return; properties["authType"] = "shibboleth"; const pb_entry* entry; for (int i=0; im_pb->hsize; ++i) {