« Previous | Next » 

Revision ed21712b

IDed21712bb20bde627e1f923f049f84bd5f6bf590

Added by Iustin Pop almost 15 years ago

Fix an error path in job queue worker's RunTask

In case the job fails, we try to set the job's run_op_idx to -1.
However, this is a wrong variable, which wasn't detected until the
slots addition. The correct variable is run_op_index.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences