resync with udhcp cvs

This commit is contained in:
Russ Dill
2002-12-11 21:12:45 +00:00
parent d7e1a6c6eb
commit 1eb7a17b12
9 changed files with 47 additions and 84 deletions

View File

@ -38,7 +38,7 @@ static int read_str(char *line, void *arg)
{
char **dest = arg;
free(*dest);
if (*dest) free(*dest);
*dest = strdup(line);
return 1;