diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2006-11-14 14:52:22 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2006-11-14 14:52:22 +0000 |
| commit | 261c7355314af6f2de268980b2d28b88e96892b7 (patch) | |
| tree | 0cda5ff4e051f8c1e430b99af592e908efc25b16 | |
| parent | 07249c787feac9d2437e70980086fe84f79a11a8 (diff) | |
Fixed declaration line ending.
| -rw-r--r-- | lasso/saml-2.0/ecp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/saml-2.0/ecp.c b/lasso/saml-2.0/ecp.c index 4bd08835..0b2571f1 100644 --- a/lasso/saml-2.0/ecp.c +++ b/lasso/saml-2.0/ecp.c @@ -126,7 +126,7 @@ lasso_ecp_process_response_msg(LassoEcp *ecp, const char *response_msg) xmlDoc *doc; xmlXPathContext *xpathCtx; xmlXPathObject *xpathObj; - xmlNode *envelope, *new_envelope, *header, *poas_response, *ecp_relay_state + xmlNode *envelope, *new_envelope, *header, *poas_response, *ecp_relay_state; xmlNode *body = NULL; xmlOutputBuffer *buf; xmlCharEncodingHandler *handler; |
