fixed reuathentication when connections other host is %any

This commit is contained in:
Martin Willi
2007-01-03 09:26:44 +00:00
parent 60d79e496b
commit f73d4c9eb0
5 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -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)
{