Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed May 8, 2002
1 parent 6de0064 commit 2b3a06a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kame/kame/dhcp6/config.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: config.c,v 1.9 2002/05/08 17:40:27 jinmei Exp $ */
/* $KAME: config.c,v 1.10 2002/05/08 17:43:58 jinmei Exp $ */

/*
* Copyright (C) 2002 WIDE Project.
Expand Down Expand Up @@ -489,8 +489,7 @@ clear_hostconf(hlist)
host_next = host->next;

free(host->name);
for (p = TAILQ_FIRST(&host->prefix); p;
p = np) {
for (p = TAILQ_FIRST(&host->prefix); p; p = np) {
np = TAILQ_NEXT(p, link);
free(p);
}
Expand Down

0 comments on commit 2b3a06a

Please sign in to comment.