diff options
| -rw-r--r-- | lasso/id-ff/logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index 6ca92077..d41154cc 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -111,7 +111,7 @@ lasso_logout_build_response_msg(LassoLogout *logout) else if(xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloSpHttp)||xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloIdpHttp)){ debug(DEBUG, "building a http get response message\n"); profileContext->response_type = lassoHttpMethodRedirect; - profileContext->msg_url = lasso_node_export_to_query(profileContext->response); + //profileContext->msg_url = lasso_node_export_to_query(profileContext->response); profileContext->msg_body = NULL; } |
