diff options
author | Martin Willi <martin@strongswan.org> | 2007-01-03 09:26:44 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-01-03 09:26:44 +0000 |
commit | f73d4c9eb091772e0f232cd8f07793422be60a37 (patch) | |
tree | 30435b1919cb48bc4216ebcc616e705ba29f394d /src/charon/threads/stroke_interface.c | |
parent | 60d79e496b98b16c6312f8e616ae23fda76eeeb7 (diff) | |
download | strongswan-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-x | src/charon/threads/stroke_interface.c | 2 |
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) { |