aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/stroke_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-01-03 09:26:44 +0000
committerMartin Willi <martin@strongswan.org>2007-01-03 09:26:44 +0000
commitf73d4c9eb091772e0f232cd8f07793422be60a37 (patch)
tree30435b1919cb48bc4216ebcc616e705ba29f394d /src/charon/threads/stroke_interface.c
parent60d79e496b98b16c6312f8e616ae23fda76eeeb7 (diff)
downloadstrongswan-f73d4c9eb091772e0f232cd8f07793422be60a37.tar.bz2
strongswan-f73d4c9eb091772e0f232cd8f07793422be60a37.tar.xz
fixed reuathentication when connections other host is %any
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-xsrc/charon/threads/stroke_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c
index a98284509..b12ca5c16 100755
--- a/src/charon/threads/stroke_interface.c
+++ b/src/charon/threads/stroke_interface.c
@@ -522,7 +522,7 @@ static void stroke_initiate(private_stroke_t *this, stroke_msg_t *msg)
return;
}
- job = initiate_job_create(connection, policy);
+ job = initiate_job_create(connection, NULL, policy);
/*
if (msg->output_verbosity < 0)
{