aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/modecfg.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-17 11:00:37 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-17 11:00:37 +0000
commit0dd4bc033340674b29a3764a048942500480f563 (patch)
tree4e376b9abbcf61820e1dcc44e107c1741c520d8d /src/pluto/modecfg.c
parent3a80181b61ab6191e0c99b658173e814e2d1dd81 (diff)
downloadstrongswan-0dd4bc033340674b29a3764a048942500480f563.tar.bz2
strongswan-0dd4bc033340674b29a3764a048942500480f563.tar.xz
renamed empty_chunk to chunk_empty
Diffstat (limited to 'src/pluto/modecfg.c')
-rw-r--r--src/pluto/modecfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c
index 2c8b274a1..eb94aa6b0 100644
--- a/src/pluto/modecfg.c
+++ b/src/pluto/modecfg.c
@@ -93,8 +93,8 @@ init_internal_addr(internal_addr_t *ia)
ia->attr_set = LEMPTY;
ia->xauth_attr_set = LEMPTY;
- ia->xauth_secret.user_name = empty_chunk;
- ia->xauth_secret.user_password = empty_chunk;
+ ia->xauth_secret.user_name = chunk_empty;
+ ia->xauth_secret.user_password = chunk_empty;
ia->xauth_type = XAUTH_TYPE_GENERIC;
ia->xauth_status = XAUTH_STATUS_FAIL;
ia->unity_attr_set = LEMPTY;