summaryrefslogtreecommitdiff
path: root/security/racoon2/files/patch-af
blob: d4563bc11a4282303f739019a043597817b3e812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.1 2001/08/02 12:44:18 itojun Exp $

--- ../libipsec/pfkey_dump.c-	Thu Aug  2 21:38:21 2001
+++ ../libipsec/pfkey_dump.c	Thu Aug  2 21:38:34 2001
@@ -299,8 +299,7 @@
 	}
 
 	/* replay windoe size & flags */
-	printf("\tseq=0x%08x replay=%u flags=0x%08x ",
-		m_sa2->sadb_x_sa2_sequence,
+	printf("\treplay=%u flags=0x%08x ",
 		m_sa->sadb_sa_replay,
 		m_sa->sadb_sa_flags);