diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:05:49 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:05:49 +0000 |
| commit | 64f96e01dcfc67f96be915574f8ffdd14432d3ef (patch) | |
| tree | 65f549d028b62fe17e98d0f5262c08252164434c | |
| parent | e43ce11311017a618db45748d5e3c9a28e1f7b68 (diff) | |
| download | lasso-64f96e01dcfc67f96be915574f8ffdd14432d3ef.tar.gz lasso-64f96e01dcfc67f96be915574f8ffdd14432d3ef.tar.xz lasso-64f96e01dcfc67f96be915574f8ffdd14432d3ef.zip | |
SAML 2.0: remove TODO comment about RelayState
* lasso/xml/saml-2.0/samlp2_status_response.c: do it:)
| -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; } |
