This commit is contained in:
fpeters 2004-09-08 15:40:08 +00:00
parent 99d3871aa0
commit ffecadab2a
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ char* req_logout(LassoServer *server, char *soap_msg)
if (rc == LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE) {
/* some SP don't support SOAP logout; fuck off */
rc = lasso_logout_build_request_msg(logout);
if (rc) {
fprintf(stderr, "build_request_msg failed\n");
goto cleanup;
}
answer = strdup(LASSO_PROFILE(logout)->msg_body);
goto cleanup;
}