summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-11 13:41:31 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-11 13:41:31 +0000
commite3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32 (patch)
tree1133ea0354fdb78a799e26d2d88ee9623034f774
parent4287f3b6fd9bd0464eb75edef4508d39b6b02e0e (diff)
downloadlasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.tar.gz
lasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.tar.xz
lasso-e3934e6f4a1f19dc89ccca88a54e0c0f0eff6a32.zip
*** empty log message ***
-rw-r--r--lasso/id-ff/logout.c2
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;
}