Update ForkProcessor.cpp

This commit is contained in:
alexey-milovidov 2020-09-20 22:59:26 +03:00 committed by GitHub
parent 25a1f82631
commit ffe4f4b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ ForkProcessor::Status ForkProcessor::prepare()
}
}
if (0 == num_active_outputs) {
if (0 == num_active_outputs)
{
input.close();
return Status::Finished;
}