summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobhe <tobhe@openbsd.org>2020-08-06 22:04:04 +0000
committertobhe <tobhe@openbsd.org>2020-08-06 22:04:04 +0000
commit9806c573363586770f95e99093a55778cd28cdf1 (patch)
treee42f4b59a73ef756a26834699c1abcb028c2b153
parentAllow pf(4) to divert packets from bridge(4) to local socket. (diff)
downloadwireguard-openbsd-9806c573363586770f95e99093a55778cd28cdf1.tar.xz
wireguard-openbsd-9806c573363586770f95e99093a55778cd28cdf1.zip
Delete commented out code.
-rw-r--r--sbin/iked/policy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/policy.c b/sbin/iked/policy.c
index 03866fbba93..aa4a8cf97c0 100644
--- a/sbin/iked/policy.c
+++ b/sbin/iked/policy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: policy.c,v 1.66 2020/07/21 08:03:39 tobhe Exp $ */
+/* $OpenBSD: policy.c,v 1.67 2020/08/06 22:04:04 tobhe Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -605,7 +605,6 @@ sa_lookup(struct iked *env, uint64_t ispi, uint64_t rspi,
struct iked_sa *sa, key;
key.sa_hdr.sh_ispi = ispi;
- /* key.sa_hdr.sh_rspi = rspi; */
key.sa_hdr.sh_initiator = initiator;
if ((sa = RB_FIND(iked_sas, &env->sc_sas, &key)) != NULL) {