summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authentication_statement.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-30 14:58:04 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-30 14:58:04 +0000
commit0366a5b4fc7168e27c4d3c73c8e71de41de4f124 (patch)
treed2f41f501ecec2b7d2809c0931be6c70825f5895 /lasso/xml/lib_authentication_statement.c
parent70b466c6c2f4e08794fbd33cad0be928571f8298 (diff)
downloadlasso-0366a5b4fc7168e27c4d3c73c8e71de41de4f124.tar.gz
lasso-0366a5b4fc7168e27c4d3c73c8e71de41de4f124.tar.xz
lasso-0366a5b4fc7168e27c4d3c73c8e71de41de4f124.zip
Remove useless code
* lasso/xml/lib_authentication_statement.c: * lasso/xml/saml-2.0/samlp2_name_id_policy.c: * lasso/xml/saml_name_identifier.c: remove useless initialization code.
Diffstat (limited to 'lasso/xml/lib_authentication_statement.c')
-rw-r--r--lasso/xml/lib_authentication_statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authentication_statement.c b/lasso/xml/lib_authentication_statement.c
index 5c062cba..5ab4d34c 100644
--- a/lasso/xml/lib_authentication_statement.c
+++ b/lasso/xml/lib_authentication_statement.c
@@ -72,7 +72,7 @@ instance_init(LassoLibAuthenticationStatement *node)
{
node->AuthnContext = NULL;
node->ReauthenticateOnOrAfter = NULL;
- node->SessionIndex = g_strdup("1"); /* FIXME: proper SessionIndex usage */
+ node->SessionIndex = NULL;
}
static void