<div dir="ltr">I've kicked mailman. Hopefully things should be working again now.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 26, 2016 at 11:24 AM, Dridi Boukelmoune <span dir="ltr"><<a href="mailto:dridi@varni.sh" target="_blank">dridi@varni.sh</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Please don't mind the top post, I'm just writing the -commit list to<br>
inform that we haven't had commits sent via this list since this one.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dridi<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, Jul 20, 2016 at 2:26 PM, Federico G. Schwindt <<a href="mailto:fgsch@lodoss.net">fgsch@lodoss.net</a>> wrote:<br>
><br>
> commit f9dd498fcbe5307c0b1b9a797fda69b1ca9c521f<br>
> Author: Federico G. Schwindt <<a href="mailto:fgsch@lodoss.net">fgsch@lodoss.net</a>><br>
> Date:   Wed Jul 20 13:19:12 2016 +0100<br>
><br>
>     Error out if extra arguments were supplied<br>
><br>
>     Reported by Michel Schuster.<br>
><br>
> diff --git a/bin/varnishhist/varnishhist.c b/bin/varnishhist/varnishhist.c<br>
> index d58d1ab..1a84912 100644<br>
> --- a/bin/varnishhist/varnishhist.c<br>
> +++ b/bin/varnishhist/varnishhist.c<br>
> @@ -427,6 +427,10 @@ main(int argc, char **argv)<br>
>                                 usage(1);<br>
>                 }<br>
>         }<br>
> +<br>
> +       if (optind != argc)<br>
> +               usage(1);<br>
> +<br>
>         /* Check for valid grouping mode */<br>
>         assert(VUT.g_arg < VSL_g__MAX);<br>
>         if (VUT.g_arg != VSL_g_vxid && VUT.g_arg != VSL_g_request)<br>
> diff --git a/bin/varnishstat/varnishstat.c b/bin/varnishstat/varnishstat.c<br>
> index 46cb300..45aa6e8 100644<br>
> --- a/bin/varnishstat/varnishstat.c<br>
> +++ b/bin/varnishstat/varnishstat.c<br>
> @@ -315,6 +315,9 @@ main(int argc, char * const *argv)<br>
>                 }<br>
>         }<br>
><br>
> +       if (optind != argc)<br>
> +               usage(1);<br>
> +<br>
>         if (!(xml || json || once || f_list))<br>
>                 curses = 1;<br>
><br>
> diff --git a/bin/varnishtop/varnishtop.c b/bin/varnishtop/varnishtop.c<br>
> index 93d61b9..ff2c40c 100644<br>
> --- a/bin/varnishtop/varnishtop.c<br>
> +++ b/bin/varnishtop/varnishtop.c<br>
> @@ -358,6 +358,9 @@ main(int argc, char **argv)<br>
>                 }<br>
>         }<br>
><br>
> +       if (optind != argc)<br>
> +               usage(1);<br>
> +<br>
>         VUT_Setup();<br>
>         if (!once) {<br>
>                 if (pthread_create(&thr, NULL, do_curses, NULL) != 0) {<br>
><br>
> _______________________________________________<br>
> varnish-commit mailing list<br>
> <a href="mailto:varnish-commit@varnish-cache.org">varnish-commit@varnish-cache.org</a><br>
> <a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit" rel="noreferrer" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit</a><br>
</div></div></blockquote></div><br></div>