diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-29 07:43:34 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-29 07:43:34 +0000 |
commit | ef05d8465be970e30bc7e763e689ece52e4aad91 (patch) | |
tree | 6cabf5ead6dd58b190da4a190117b1fa4dea7f78 /src/pluto/constants.h | |
parent | f527c5a2880ba107a8032277cdaca2295c2a9dd3 (diff) | |
download | strongswan-ef05d8465be970e30bc7e763e689ece52e4aad91.tar.bz2 strongswan-ef05d8465be970e30bc7e763e689ece52e4aad91.tar.xz |
XAUTH interoperability with Cisco
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index 34cae3c62..b096f5eb5 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -554,8 +554,8 @@ enum state_kind { #define IS_ISAKMP_SA_ESTABLISHED(s) ( \ (s) == STATE_MAIN_R3 \ || (s) == STATE_MAIN_I4 \ - || (s) == STATE_XAUTH_R3 \ || (s) == STATE_XAUTH_I2 \ + || (s) == STATE_XAUTH_R3 \ || (s) == STATE_MODE_CFG_R1 \ || (s) == STATE_MODE_CFG_I2 \ || (s) == STATE_MODE_CFG_I3 \ |