summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-11-23 10:29:39 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-11-23 10:29:39 +0000
commit3ad66165b7a40cf9a2beab4144ed810d755da533 (patch)
treea7bf5ecaedfd41f91dfd88f0ccf8c87a34336bdf
parentf2fa9561ac93915661be2ea0b140f3c422ffef09 (diff)
removed use of unallocated variable
-rw-r--r--lasso/saml-2.0/ecp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lasso/saml-2.0/ecp.c b/lasso/saml-2.0/ecp.c
index b3efb20e..d2c47263 100644
--- a/lasso/saml-2.0/ecp.c
+++ b/lasso/saml-2.0/ecp.c
@@ -179,8 +179,6 @@ lasso_ecp_process_response_msg(LassoEcp *ecp, const char *response_msg)
new_envelope = xmlNewNode(NULL, (xmlChar*)"Envelope");
xmlSetNs(new_envelope, xmlNewNs(new_envelope,
(xmlChar*)LASSO_SOAP_ENV_HREF, (xmlChar*)LASSO_SOAP_ENV_PREFIX));
- xmlNewNs(paos_response,
- (xmlChar*)LASSO_PAOS_HREF, (xmlChar*)LASSO_PAOS_PREFIX);
xmlNewNs(new_envelope,
(xmlChar*)LASSO_SAML_ASSERTION_HREF, (xmlChar*)LASSO_SAML_ASSERTION_PREFIX);
header = xmlNewTextChild(new_envelope, NULL, (xmlChar*)"Header", NULL);