[Unbound-users] Patch: wildcard for include: statement

Robert Edmonds edmonds at debian.org
Mon Apr 15 16:46:12 UTC 2013


W.C.A. Wijngaards wrote:
> Makes sense, the patch is very simple, and should not make trouble for
> Paul, right?  It is also part of svn , if you want to use it right
> away, this is the patch:
> 
> This is the patch:
> --- util/configlexer.lex (revision 2882)
> +++ util/configlexer.lex (working copy)
> @@ -107,6 +107,8 @@
>                  if(r) {
>                          /* some error */
>                          globfree(&g);
> +                        if(r == GLOB_NOMATCH)
> +                                return; /* no matches for pattern */
>                          config_start_include(filename); /* let
> original deal with it */
>                          return;
>                  }

hi, wouter:

thanks, this will make some debian users very happy.  i'll test it when
i get a chance.

-- 
Robert Edmonds
edmonds at debian.org



More information about the Unbound-users mailing list