@@ -339,9 +339,7 @@ int job_signal(job_t *j, int signal)
}
else
{
process_t*p;
for(p=j->first_process;p;p=p->next)
for(process_t*p=j->first_process;p;p=p->next)
{
if(!p->completed)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.