Skip to content
Snippets Groups Projects
Commit 7d176afe authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor
Browse files

update patches

parent 4b2e6c57
No related merge requests found
......@@ -2,6 +2,8 @@ From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Mon, 11 Mar 2024 17:17:33 -0400
Subject: fix trivial orthography
Forwarded: https://github.com/libreswan/libreswan/pull/1647
---
configs/d.ipsec.conf/ipsec-max-bytes.xml | 2 +-
programs/pluto/kernel_xfrm.c | 2 +-
......@@ -22,10 +24,10 @@ index 52a8c56..f865205 100644
<replaceable>ipsec-max-bytes</replaceable> value is reached.
</para>
diff --git a/programs/pluto/kernel_xfrm.c b/programs/pluto/kernel_xfrm.c
index cfcfb5a..ce413db 100644
index b2e49a6..eed307f 100644
--- a/programs/pluto/kernel_xfrm.c
+++ b/programs/pluto/kernel_xfrm.c
@@ -2016,7 +2016,7 @@ static void netlink_kernel_sa_expire(struct nlmsghdr *n, struct logger *logger)
@@ -2017,7 +2017,7 @@ static void netlink_kernel_sa_expire(struct nlmsghdr *n, struct logger *logger)
if ((ue->hard && impair.ignore_hard_expire) ||
(!ue->hard && impair.ignore_soft_expire)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment