From 64f96e01dcfc67f96be915574f8ffdd14432d3ef Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 27 Mar 2009 15:05:49 +0000 Subject: SAML 2.0: remove TODO comment about RelayState * lasso/xml/saml-2.0/samlp2_status_response.c: do it:) --- lasso/xml/saml-2.0/samlp2_status_response.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit