Commit 5f0471bb authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Simplify.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1597 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4e3ec992
......@@ -501,11 +501,6 @@ main(int argc, char *argv[])
debug = 0;
while ((c = getopt(argc, argv, "a:Dr:t:")) != -1) {
i = VSL_Arg(vd, c, optarg);
if (i < 0)
exit (1);
if (i > 0)
continue;
switch (c) {
case 'a':
address = optarg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment