summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/authentication.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-10-22 03:28:47 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-10-22 03:28:47 +0000
commitec1e2946169e07ce6f3a2ce943ae7d0d228ce708 (patch)
treef799222642ad33010fdb27a5d85ecc160d99defa /lasso/id-wsf/authentication.c
parent08c80ab93443a8dee1c13dd4a62274265b04d12b (diff)
downloadlasso-ec1e2946169e07ce6f3a2ce943ae7d0d228ce708.tar.gz
lasso-ec1e2946169e07ce6f3a2ce943ae7d0d228ce708.tar.xz
lasso-ec1e2946169e07ce6f3a2ce943ae7d0d228ce708.zip
Add missing initializations.
Diffstat (limited to 'lasso/id-wsf/authentication.c')
-rw-r--r--lasso/id-wsf/authentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/authentication.c b/lasso/id-wsf/authentication.c
index 1edaae89..ca7c59de 100644
--- a/lasso/id-wsf/authentication.c
+++ b/lasso/id-wsf/authentication.c
@@ -161,7 +161,7 @@ lasso_authentication_client_step(LassoAuthentication *authentication)
{
LassoSaSASLRequest *request;
LassoSaSASLResponse *response;
- int res;
+ int res = 0;
xmlChar *in = NULL;
int inlen = 0;
xmlChar *inbase64 = NULL;