Skip to content

Commit

Permalink
missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Aug 17, 2003
1 parent a002678 commit 756381d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kame/sys/net/pf.c
@@ -1,4 +1,4 @@
/* $OpenBSD: pf.c,v 1.382 2003/08/09 14:56:48 cedric Exp $ */
/* $OpenBSD: pf.c,v 1.384 2003/08/17 15:36:48 dhartmei Exp $ */

/*
* Copyright (c) 2001 Daniel Hartmeier
Expand Down Expand Up @@ -1354,6 +1354,7 @@ pf_send_tcp(const struct pf_rule *r, sa_family_t af,
#else
ip6_output(m, NULL, NULL, 0, NULL, NULL);
#endif
break;
#endif /* INET6 */
}
}
Expand Down

0 comments on commit 756381d

Please sign in to comment.