diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-09-19 08:38:29 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-09-19 08:38:29 +0000 |
commit | ab3124926c3ba53e8efc30758d1717cd13f9db71 (patch) | |
tree | 9e09653d00906f3a7bbee227ce857c7f8231029c /sbin | |
parent | f0eb7433baf19907c911c8afc4461877edd3e80e (diff) |
No reserved1 field in sprotocol structure any more.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index e5726a95134..e366cd11f2d 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.27 2000/06/20 05:55:27 niklas Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.28 2000/09/19 08:38:28 angelos Exp $ */ /* $EOM: pf_key_v2.c,v 1.41 2000/06/20 03:35:01 itojun Exp $ */ /* @@ -2022,7 +2022,6 @@ pf_key_v2_group_spis (struct sa *sa, struct proto *proto1, log_print ("pf_key_v2_group_spis: invalid proto %d", proto2->proto); goto cleanup; } - protocol.sadb_protocol_reserved1 = 0; protocol.sadb_protocol_reserved2 = 0; if (pf_key_v2_msg_add (grpspis, (struct sadb_ext *)&protocol, 0) == -1) goto cleanup; |