aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/modecfg.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-25 07:00:16 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-25 07:00:16 +0000
commitf24a62278ba1dd4c005c95f2228fcca3ef1c7794 (patch)
tree3ae81ea5606da144ebca7739c69aa557791cf664 /src/pluto/modecfg.c
parentf47e450be910b2b37808591f7b160ec1145076f6 (diff)
downloadstrongswan-f24a62278ba1dd4c005c95f2228fcca3ef1c7794.tar.bz2
strongswan-f24a62278ba1dd4c005c95f2228fcca3ef1c7794.tar.xz
added conn_name to xauth_module.verify_secret() function call
Diffstat (limited to 'src/pluto/modecfg.c')
-rw-r--r--src/pluto/modecfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c
index ab44a113e..cda6007c7 100644
--- a/src/pluto/modecfg.c
+++ b/src/pluto/modecfg.c
@@ -978,7 +978,8 @@ xauth_inR1(struct msg_digest *md)
, ia.xauth_secret.user_password.ptr)
)
/* verify the user credentials using a plugn function */
- st->st_xauth.status = xauth_module.verify_secret(&ia.xauth_secret);
+ st->st_xauth.status = xauth_module.verify_secret(st->st_connection->name
+ , &ia.xauth_secret);
plog("extended authentication %s", st->st_xauth.status? "was successful":"failed");
}