diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-10-22 03:28:47 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-10-22 03:28:47 +0000 |
| commit | ec1e2946169e07ce6f3a2ce943ae7d0d228ce708 (patch) | |
| tree | f799222642ad33010fdb27a5d85ecc160d99defa /lasso/id-wsf/authentication.c | |
| parent | 08c80ab93443a8dee1c13dd4a62274265b04d12b (diff) | |
| download | lasso-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.c | 2 |
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; |
