diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-03 14:54:16 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-03 14:54:16 +0000 |
commit | 0743e5318428e18d1b7b87b4cb92689eaec7d4d3 (patch) | |
tree | bf415e985cea534cdf862e207bec87f60db09280 /sbin/isakmpd/sysdep | |
parent | dafaf6dbcb5964289031e332f85b0f3cb4d34c27 (diff) |
sync set_spi with netbsd (fixes typo).
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/bsdi/sysdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/bsdi/sysdep.c b/sbin/isakmpd/sysdep/bsdi/sysdep.c index f485ac36ea4..3a68f070787 100644 --- a/sbin/isakmpd/sysdep/bsdi/sysdep.c +++ b/sbin/isakmpd/sysdep/bsdi/sysdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdep.c,v 1.5 2001/06/29 22:12:55 ho Exp $ */ +/* $OpenBSD: sysdep.c,v 1.6 2001/07/03 14:54:15 markus Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -204,6 +204,6 @@ sysdep_ipsec_set_spi (struct sa *sa, struct proto *proto, int incoming, { if (app_none) return 0; - return KEY_API (set_spi) (sa, proto, incoming, sa); + return KEY_API (set_spi) (sa, proto, incoming, isakmp_sa); } #endif |