]> err.no Git - varnish/commitdiff
make flexelint marginally happier
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 21:14:13 +0000 (21:14 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 21:14:13 +0000 (21:14 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1036 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index f68b6510c6f76e18eda9b42c509e8451d015fc0f..74f8676ccc53c54052d9d4aaecf5b6a54bf1cad1 100644 (file)
@@ -381,6 +381,7 @@ main(int argc, char *argv[])
                        p = strchr(optarg, '=');
                        if (p == NULL)
                                usage();
+                       AN(p);
                        *p++ = '\0';
                        MCF_ParamSet(cli, optarg, p);
                        cli_check(cli);