libfast: Fixed compiler warning.
This commit is contained in:
@@ -183,8 +183,8 @@ static session_entry_t *session_entry_create(private_dispatcher_t *this,
|
|||||||
INIT(entry,
|
INIT(entry,
|
||||||
.cond = condvar_create(CONDVAR_TYPE_DEFAULT),
|
.cond = condvar_create(CONDVAR_TYPE_DEFAULT),
|
||||||
.session = load_session(this),
|
.session = load_session(this),
|
||||||
.used = time_monotonic(NULL),
|
|
||||||
.host = strdup(host),
|
.host = strdup(host),
|
||||||
|
.used = time_monotonic(NULL),
|
||||||
);
|
);
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user