summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/samlp2_authn_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml-2.0/samlp2_authn_request.c')
-rw-r--r--lasso/xml/saml-2.0/samlp2_authn_request.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lasso/xml/saml-2.0/samlp2_authn_request.c b/lasso/xml/saml-2.0/samlp2_authn_request.c
index 1699a8d9..f4f0d4cd 100644
--- a/lasso/xml/saml-2.0/samlp2_authn_request.c
+++ b/lasso/xml/saml-2.0/samlp2_authn_request.c
@@ -100,8 +100,6 @@ static LassoNodeClass *parent_class = NULL;
static void
instance_init(LassoSamlp2AuthnRequest *node)
{
- node->ForceAuthn = FALSE;
- node->IsPassive = FALSE;
node->AssertionConsumerServiceIndex = -1;
node->AttributeConsumingServiceIndex = -1;
}