diff options
| -rw-r--r-- | lasso/xml/lib_authn_request.c | 2 |
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; } |
