diff options
author | 2002-01-02 22:47:47 +0000 | |
---|---|---|
committer | 2002-01-02 22:47:47 +0000 | |
commit | f119cf51daf25fd8f299b6079a4684e5c837a59b (patch) | |
tree | 69b0d239a53db03a8774d1d5b3a0c471207fd722 | |
parent | commented out maxi radio (diff) | |
download | wireguard-openbsd-f119cf51daf25fd8f299b6079a4684e5c837a59b.tar.xz wireguard-openbsd-f119cf51daf25fd8f299b6079a4684e5c837a59b.zip |
at least ; required after label or case; openbsd@davidkrause.com
-rw-r--r-- | sys/netinet6/ip6_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 7f94d005b1e..801aaeba162 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.38 2001/12/16 01:28:59 jasoni Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.39 2002/01/02 22:47:47 deraadt Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -1185,6 +1185,7 @@ ip6_savecontrol(in6p, mp, ip6, m) #endif } loopend: + ; } if ((in6p->in6p_flags & IN6P_HOPOPTS) && privileged) { /* to be done */ |