summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/samlp_response.c')
-rw-r--r--lasso/xml/samlp_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_response.c b/lasso/xml/samlp_response.c
index bbd04c32..b81c3163 100644
--- a/lasso/xml/samlp_response.c
+++ b/lasso/xml/samlp_response.c
@@ -151,7 +151,7 @@ lasso_samlp_response_new()
LassoSamlpStatusCode *status_code;
LassoSamlpStatus *status;
- response = LASSO_SAMLP_RESPONSE_ABSTRACT(g_object_new(LASSO_TYPE_SAMLP_RESPONSE, NULL));
+ response = g_object_new(LASSO_TYPE_SAMLP_RESPONSE, NULL);
response->ResponseID = lasso_build_unique_id(32);
response->MajorVersion = LASSO_SAML_MAJOR_VERSION_N;