git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2444
d4fa192b-c00b-0410-8231-
f00ffab90ce4
case 'a':
a_flag = 1;
break;
+ case 'b':
+ b_flag = 1;
+ VSL_Arg(vd, c, optarg);
+ break;
+ case 'c':
+ c_flag = 1;
+ VSL_Arg(vd, c, optarg);
+ break;
case 'D':
D_flag = 1;
break;
case 'w':
w_arg = optarg;
break;
- case 'c':
- c_flag = 1;
- if (VSL_Arg(vd, c, optarg) > 0)
- break;
- usage();
- case 'b':
- b_flag = 1;
- if (VSL_Arg(vd, c, optarg) > 0)
- break;
- usage();
default:
if (VSL_Arg(vd, c, optarg) > 0)
break;