summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-21 21:27:47 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-21 21:27:47 +0000
commit548c81feb3e794c947b70b8a0b3cba75705a7fe9 (patch)
treec78fc96e452c5dc47d85a9785ff4767da07f0f07 /lasso
parentc9038ca0d54be8a590f6bd5436130bdfae6dbb45 (diff)
downloadlasso-548c81feb3e794c947b70b8a0b3cba75705a7fe9.tar.gz
lasso-548c81feb3e794c947b70b8a0b3cba75705a7fe9.tar.xz
lasso-548c81feb3e794c947b70b8a0b3cba75705a7fe9.zip
removed lib:Scoping, optional
Diffstat (limited to 'lasso')
-rw-r--r--lasso/xml/lib_authn_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authn_request.c b/lasso/xml/lib_authn_request.c
index bbc3a840..0608e84f 100644
--- a/lasso/xml/lib_authn_request.c
+++ b/lasso/xml/lib_authn_request.c
@@ -168,7 +168,7 @@ instance_init(LassoLibAuthnRequest *node)
node->AssertionConsumerServiceID = NULL;
node->RequestAuthnContext = NULL;
node->RelayState = NULL;
- node->Scoping = lasso_lib_scoping_new();
+ node->Scoping = NULL;
node->consent = NULL;
}