From 621eb0802ce051ed5ad562d04544b9663ff7e166 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 13 Jun 2006 07:59:20 +0000 Subject: [PATCH] Remember to tell getopt about -s git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@171 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/varnishd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/varnishd.c b/varnish-cache/bin/varnishd/varnishd.c index 7324a6a9..3d0c2e56 100644 --- a/varnish-cache/bin/varnishd/varnishd.c +++ b/varnish-cache/bin/varnishd/varnishd.c @@ -378,7 +378,7 @@ main(int argc, char *argv[]) VCL_InitCompile(); - while ((o = getopt(argc, argv, "b:df:p:")) != -1) + while ((o = getopt(argc, argv, "b:df:p:s:")) != -1) switch (o) { case 'b': bflag = optarg; -- 2.39.5