aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2009-12-28 22:56:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2009-12-28 22:56:30 +0000
commit13e403fdeadd26f9748ba83ea50ee271fbfc862a (patch)
tree368556d68241b943dc9c2ec710bd21f97a0e608d /sbin/natd
parent9189129097632f0cf3dad7c9ac9d69ac39d56b2d (diff)
downloadsrc-13e403fdeadd26f9748ba83ea50ee271fbfc862a.tar.gz
src-13e403fdeadd26f9748ba83ea50ee271fbfc862a.zip
Notes
Diffstat (limited to 'sbin/natd')
-rw-r--r--sbin/natd/natd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c
index 445077f4fbe0..f6b3fdb78f96 100644
--- a/sbin/natd/natd.c
+++ b/sbin/natd/natd.c
@@ -68,7 +68,7 @@ struct instance {
int divertInOut;
};
-static LIST_HEAD(, instance) root = LIST_HEAD_INITIALIZER(&root);
+static LIST_HEAD(, instance) root = LIST_HEAD_INITIALIZER(root);
struct libalias *mla;
struct instance *mip;