diff --git a/src/libfast/dispatcher.c b/src/libfast/dispatcher.c index 8cfad0fd3..e5fca7074 100644 --- a/src/libfast/dispatcher.c +++ b/src/libfast/dispatcher.c @@ -183,8 +183,8 @@ static session_entry_t *session_entry_create(private_dispatcher_t *this, INIT(entry, .cond = condvar_create(CONDVAR_TYPE_DEFAULT), .session = load_session(this), - .used = time_monotonic(NULL), .host = strdup(host), + .used = time_monotonic(NULL), ); return entry; }