summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authn_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_authn_response.c')
-rw-r--r--lasso/xml/lib_authn_response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/lib_authn_response.c b/lasso/xml/lib_authn_response.c
index a7fc2767..8ed663e6 100644
--- a/lasso/xml/lib_authn_response.c
+++ b/lasso/xml/lib_authn_response.c
@@ -122,7 +122,7 @@ lasso_lib_authn_response_get_type()
*
* Return value: a newly created #LassoLibAuthnResponse object
**/
-LassoSamlpResponseAbstract*
+LassoNode*
lasso_lib_authn_response_new(char *providerID, LassoLibAuthnRequest *request)
{
LassoLibAuthnResponse *response;
@@ -138,5 +138,5 @@ lasso_lib_authn_response_new(char *providerID, LassoLibAuthnRequest *request)
response->RelayState = g_strdup(request->RelayState);
}
- return LASSO_SAMLP_RESPONSE_ABSTRACT(response);
+ return LASSO_NODE(response);
}