diff --git a/src/libcharon/plugins/vici/vici_socket.c b/src/libcharon/plugins/vici/vici_socket.c index 36f8dcc78..babbc6d4b 100644 --- a/src/libcharon/plugins/vici/vici_socket.c +++ b/src/libcharon/plugins/vici/vici_socket.c @@ -244,6 +244,7 @@ static entry_t* remove_entry(private_vici_socket_t *this, u_int id) break; } this->connections->remove_at(this->connections, enumerator); + entry->cond->broadcast(entry->cond); found = entry; break; }