r171 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 13 09:59:20 CEST 2006


Author: phk
Date: 2006-06-13 09:59:20 +0200 (Tue, 13 Jun 2006)
New Revision: 171

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Remember to tell getopt about -s


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-13 07:57:32 UTC (rev 170)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-13 07:59:20 UTC (rev 171)
@@ -378,7 +378,7 @@
  
 	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;




More information about the varnish-commit mailing list