diff options
| -rw-r--r-- | lasso/id-wsf/data_service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c index c48c8d84..1214859c 100644 --- a/lasso/id-wsf/data_service.c +++ b/lasso/id-wsf/data_service.c @@ -231,8 +231,7 @@ lasso_data_service_process_query_msg(LassoDataService *service, const char *mess /* Verify needed credential */ if (lasso_security_mech_id_is_saml_authentication(security_mech_id) == TRUE) { - int res = lasso_wsf_profile_verify_saml_authentication( - LASSO_WSF_PROFILE(service); + int res = lasso_wsf_profile_verify_saml_authentication(LASSO_WSF_PROFILE(service)); if (res < 0) return res; } |
