diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-05 23:15:56 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-05 23:15:56 +0000 |
commit | 1ac372fdce0f588b35812379a465a869c1c57c5f (patch) | |
tree | dc94a488ed11fd51a6a60d4e979f3ec8b9105b75 /src/pluto/ipsec_doi.c | |
parent | 15b050c9452660c37d700a412ad54850e4229dc1 (diff) | |
download | strongswan-1ac372fdce0f588b35812379a465a869c1c57c5f.tar.bz2 strongswan-1ac372fdce0f588b35812379a465a869c1c57c5f.tar.xz |
fixed bug in ifdef CISCO_QUIRKS
Diffstat (limited to 'src/pluto/ipsec_doi.c')
-rw-r--r-- | src/pluto/ipsec_doi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/ipsec_doi.c b/src/pluto/ipsec_doi.c index 216835dab..a17eae0dc 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -94,7 +94,7 @@ #ifdef CISCO_QUIRKS #define SEND_CISCO_UNITY_VID 1 #else /* !CISCO_QUIRKS */ -#define SEND_XAUTH_VID 0 +#define SEND_CISCO_UNITY_VID 0 #endif /* !CISCO_QUIRKS */ /* MAGIC: perform f, a function that returns notification_t |