diff options
| -rw-r--r-- | lasso/xml/saml-2.0/samlp2_status_response.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/samlp2_status_response.c b/lasso/xml/saml-2.0/samlp2_status_response.c index d607b60f..ab30ab68 100644 --- a/lasso/xml/saml-2.0/samlp2_status_response.c +++ b/lasso/xml/saml-2.0/samlp2_status_response.c @@ -108,7 +108,6 @@ build_query(LassoNode *node) return NULL; } ret = g_strdup_printf("SAMLResponse=%s", deflated_message); - /* XXX: must support RelayState (which profiles?) */ g_free(deflated_message); return ret; } |
