diff options
| -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; |
