diff options
author | 2004-04-28 03:53:35 +0000 | |
---|---|---|
committer | 2004-04-28 03:53:35 +0000 | |
commit | b918f7c00d7717fa2e2a6e8ea663b48183b51481 (patch) | |
tree | 7d8b70037f5a895d0197bd8e54dcde54003e0666 | |
parent | make this at least compile (diff) | |
download | wireguard-openbsd-b918f7c00d7717fa2e2a6e8ea663b48183b51481.tar.xz wireguard-openbsd-b918f7c00d7717fa2e2a6e8ea663b48183b51481.zip |
do not give up on ESRCH, someone might have mucked with ipsecadm behind
our back, markus ok
-rw-r--r-- | usr.sbin/bgpd/pfkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/pfkey.c b/usr.sbin/bgpd/pfkey.c index 1163a4c5fab..259cf2f1a3e 100644 --- a/usr.sbin/bgpd/pfkey.c +++ b/usr.sbin/bgpd/pfkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkey.c,v 1.25 2004/04/28 03:34:38 henning Exp $ */ +/* $OpenBSD: pfkey.c,v 1.26 2004/04/28 03:53:35 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> |