diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-11 13:41:31 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-11 13:41:31 +0000 |
| commit | e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32 (patch) | |
| tree | 1133ea0354fdb78a799e26d2d88ee9623034f774 | |
| parent | 4287f3b6fd9bd0464eb75edef4508d39b6b02e0e (diff) | |
| download | lasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.tar.gz lasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.tar.xz lasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.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 f7fd91c3..6ca92077 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -73,7 +73,7 @@ lasso_logout_build_request_msg(LassoLogout *logout) else if(xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloSpHttp)||xmlStrEqual(protocolProfile,lassoLibProtocolProfileSloIdpHttp)){ debug(DEBUG, "building a http get request message\n"); profileContext->request_type = lassoHttpMethodRedirect; - profileContext->msg_url = lasso_node_export_to_query(profileContext->request); + //profileContext->msg_url = lasso_node_export_to_query(profileContext->request); profileContext->msg_body = NULL; } |
