Compiler warning fixed

This commit is contained in:
Tobias Brunner 2012-11-02 15:39:51 +01:00
parent 8128f255f4
commit 531f32d62a
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ static job_requeue_t add_exclude_async(entry_t *entry)
{
enumerator_t *enumerator;
child_cfg_t *child_cfg;
lifetime_cfg_t lft = {};
lifetime_cfg_t lft = { .time = { .life = 0 } };
ike_sa_t *ike_sa;
char name[128];
host_t *host;