Commit 2307eac6 authored by Simon Kelley's avatar Simon Kelley

Fix code parsing --domain, broken whilst added IPv6 stuff.

parent 127ea40a
...@@ -1787,12 +1787,11 @@ static char *one_opt(int option, char *arg, char *gen_prob, int command_line) ...@@ -1787,12 +1787,11 @@ static char *one_opt(int option, char *arg, char *gen_prob, int command_line)
#endif #endif
else else
option = '?'; option = '?';
new->domain = d;
new->next = daemon->cond_domain;
daemon->cond_domain = new;
} }
new->domain = d;
new->next = daemon->cond_domain;
daemon->cond_domain = new;
} }
else else
daemon->domain_suffix = d; daemon->domain_suffix = d;
......
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