diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-11 13:42:52 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-11 13:42:52 +0000 |
| commit | 4891bc515b9cfe22a8397155ff1b67a23ec86809 (patch) | |
| tree | c38abeea722f80708ea34a9695c945c3eb67cc43 | |
| parent | e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32 (diff) | |
| download | lasso-4891bc515b9cfe22a8397155ff1b67a23ec86809.tar.gz lasso-4891bc515b9cfe22a8397155ff1b67a23ec86809.tar.xz lasso-4891bc515b9cfe22a8397155ff1b67a23ec86809.zip | |
*** empty log message ***
| -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; } |
