]> err.no Git - varnish/commitdiff
Remember to tell getopt about -s
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 13 Jun 2006 07:59:20 +0000 (07:59 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 13 Jun 2006 07:59:20 +0000 (07:59 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@171 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index 7324a6a9e49ef8b8c10cc9a82f06db13ef7eea5a..3d0c2e56059bde3530917820e13f6763196635ff 100644 (file)
@@ -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;