summaryrefslogtreecommitdiffstats
path: root/sys/net/pfkeyv2_parsemessage.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-07-01 08:21:15 +0000
committerangelos <angelos@openbsd.org>2001-07-01 08:21:15 +0000
commit04168d939768871b98ecbe4dea5e8fae38eec780 (patch)
tree9ddd8a0d809b0d72576ae3943a20a8515f8acc56 /sys/net/pfkeyv2_parsemessage.c
parentFix length check, add some more sanity checks on INET6. (diff)
downloadwireguard-openbsd-04168d939768871b98ecbe4dea5e8fae38eec780.tar.xz
wireguard-openbsd-04168d939768871b98ecbe4dea5e8fae38eec780.zip
Add missing space in debug message.
Diffstat (limited to 'sys/net/pfkeyv2_parsemessage.c')
-rw-r--r--sys/net/pfkeyv2_parsemessage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2_parsemessage.c b/sys/net/pfkeyv2_parsemessage.c
index b5977816dcd..07de82dac15 100644
--- a/sys/net/pfkeyv2_parsemessage.c
+++ b/sys/net/pfkeyv2_parsemessage.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkeyv2_parsemessage.c,v 1.28 2001/07/01 08:15:51 angelos Exp $ */
+/* $OpenBSD: pfkeyv2_parsemessage.c,v 1.29 2001/07/01 08:21:15 angelos Exp $ */
/*
* @(#)COPYRIGHT 1.1 (NRL) 17 January 1995
@@ -745,7 +745,7 @@ pfkeyv2_parsemessage(void *p, int len, void **headers)
if (i != j) {
DPRINTF(("pfkeyv2_parsemessage: actual"
- "identity length does not match "
+ " identity length does not match "
"expected length in identity "
"extension header %d\n",
sadb_ext->sadb_ext_type));