Update examples/server/server.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
parent
38ce5d02e0
commit
09da4b14f9
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ struct llama_server_context
|
|||
if (queue_iterator->subtasks_remaining.empty())
|
||||
{
|
||||
// all subtasks done == multitask is done
|
||||
task_result aggregate_result{};
|
||||
task_result aggregate_result;
|
||||
aggregate_result.id = queue_iterator->id;
|
||||
aggregate_result.stop = true;
|
||||
aggregate_result.error = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue