summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2004-08-18 11:07:48 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2004-08-18 11:07:48 +0000
commit686c01aaa779eff3ffac08a22b45d4f940c81d39 (patch)
tree535102c78c2af2da8a9344b306f897388b5f538a /sys
parent66faf1face19a6f9bca36a3add09900450d0fbf7 (diff)
skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_bridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index 4dd1a901602..74aa4d6ab1b 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.c,v 1.136 2004/06/21 23:50:36 tholo Exp $ */
+/* $OpenBSD: if_bridge.c,v 1.137 2004/08/18 11:07:47 markus Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -2275,9 +2275,9 @@ bridge_ipsec(int dir, int af, int hlen, struct mbuf *m)
splx(s);
return (1);
} else {
+ splx(s);
skiplookup:
/* XXX do an input policy lookup */
- splx(s);
return (0);
}
} else { /* Outgoing from the bridge. */