Fix breakage of --host-record parsing.

This commit is contained in:
Simon Kelley
2012-09-27 21:52:26 +01:00
parent 35239a302a
commit e4807d8bb2
2 changed files with 7 additions and 3 deletions

View File

@@ -3164,10 +3164,10 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
for (tmp = new->names; tmp->next; tmp = tmp->next);
tmp->next = nl;
}
arg = comma;
comma = split(arg);
}
arg = comma;
comma = split(arg);
}
/* Keep list order */