Skip to content

Commit

Permalink
auth_xkeys: init var to get rid of compile warnings
Browse files Browse the repository at this point in the history
(cherry picked from commit f8a9248)
  • Loading branch information
miconda committed Mar 30, 2016
1 parent c1c1b39 commit 6650006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auth_xkeys/auth_xkeys.c
Expand Up @@ -153,7 +153,7 @@ int authx_xkey_add_params(str *sparam)
param_hooks_t phooks;
param_t *pit=NULL;
auth_xkey_t tmp;
unsigned int uv;
unsigned int uv = 0;

if (parse_params(sparam, CLASS_ANY, &phooks, &params_list)<0)
return -1;
Expand Down

0 comments on commit 6650006

Please sign in to comment.