diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-05-31 04:58:14 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-05-31 04:58:14 +0000 |
commit | 7c2d0bd9ae3ab6362edf6e3be031c03a5001001a (patch) | |
tree | 59e725d7abbe9a240438b2005395d14ca4c3d5c1 /sbin/isakmpd/pf_key_v2.c | |
parent | aa33373c59d3b7555e880b0d041d6cd38c9a937f (diff) |
tiny KNF
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.c')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index ca97079ddf8..91041061503 100644 --- a/sbin/isakmpd/pf_key_v2.c +++ b/sbin/isakmpd/pf_key_v2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.c,v 1.170 2006/05/31 04:54:46 hshoexer Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.171 2006/05/31 04:58:13 hshoexer Exp $ */ /* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */ /* @@ -3520,7 +3520,7 @@ pf_key_v2_handler(int fd) */ int pf_key_v2_group_spis(struct sa *sa, struct proto *proto1, - struct proto *proto2, int incoming) + struct proto *proto2, int incoming) { struct sadb_msg msg; struct sadb_sa sa1, sa2; |