summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/saml-2.0')
-rw-r--r--lasso/saml-2.0/profile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/saml-2.0/profile.c b/lasso/saml-2.0/profile.c
index f0381ffd..c4e7f2a6 100644
--- a/lasso/saml-2.0/profile.c
+++ b/lasso/saml-2.0/profile.c
@@ -199,6 +199,10 @@ lasso_saml20_profile_build_artifact(LassoProvider *provider)
ret = g_strdup((char*)b64_samlArt);
cleanup:
+ if (ret == NULL) {
+ warning("Unable to find an artifact resolution service for entity id %s with %d",
+ provider->ProviderID, provider->role)
+ }
lasso_release_string(source_succinct_id);
lasso_release_xml_string(b64_samlArt);