diff --git a/src/option.c b/src/option.c index 1f698da..fed17a9 100644 --- a/src/option.c +++ b/src/option.c @@ -1225,7 +1225,7 @@ static int parse_dhcp_opt(char *errstr, char *arg, int flags) } else if (c == '.') { - is_addr6 = is_dec = is_hex = 0; + is_dec = is_hex = 0; dots++; } else if (c == '-')