summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_response.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-15 10:42:38 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-15 10:42:38 +0000
commit2b209ad4bd58e1f9480a671bbc82e36e3950d6c1 (patch)
treeb03cc3cf3b584d8a07150a245c2f73a0a707b9f3 /lasso/xml/samlp_response.c
parent4c6de60cca9603de5fd58655e0e8bc1a01c830ae (diff)
downloadlasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.tar.gz
lasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.tar.xz
lasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.zip
replaced C++ // comments with C /* */ comments before we fall on a pre-C99
compiler.
Diffstat (limited to 'lasso/xml/samlp_response.c')
-rw-r--r--lasso/xml/samlp_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_response.c b/lasso/xml/samlp_response.c
index 89855c90..08483645 100644
--- a/lasso/xml/samlp_response.c
+++ b/lasso/xml/samlp_response.c
@@ -50,7 +50,7 @@ lasso_samlp_response_add_assertion(LassoSamlpResponse *node,
gpointer assertion)
{
g_assert(LASSO_IS_SAMLP_RESPONSE(node));
- //g_assert(LASSO_IS_SAML_ASSERTION(assertion));
+ /* g_assert(LASSO_IS_SAML_ASSERTION(assertion)); */
LassoNodeClass *class = LASSO_NODE_GET_CLASS(node);
class->add_child(LASSO_NODE (node), LASSO_NODE(assertion), TRUE);