Hi,

On Thu, Apr 30, 2015 at 01:47:30PM -0400, CJ Ess wrote:
> diff --git a/src/auth.c b/src/auth.c
> index 42c0808..6973136 100644
> --- a/src/auth.c
> +++ b/src/auth.c
> @@ -218,11 +218,12 @@ check_user(struct userlist *ul, const char *user,
> const char *pass)
>  {
> 
>         struct auth_users *u;
> +       struct auth_groups_list *agl;
>         const char *ep;
> 
>  #ifdef DEBUG_AUTH

Above, could you please move the variable declaration after the #ifdef
so that we don't get a build warning in the non-debug case ?

Otherwise it looks fine to me.

Thanks,
Willy


Reply via email to