Skip to content
Snippets Groups Projects
Commit ae687962 authored by Moe Jette's avatar Moe Jette
Browse files

Restore job_signal argument inadevertently removed by Jay.

parent c477b424
No related branches found
No related tags found
No related merge requests found
......@@ -1090,7 +1090,7 @@ sched_cancel_job( const uint32_t job_id )
*/
debug3( "Scheduler plugin requested cancellation of job %u", job_id );
lock_slurmctld( job_write_lock );
rc = job_signal( job_id, SIGKILL, getuid() );
rc = job_signal( job_id, SIGKILL, 0, getuid() );
unlock_slurmctld( job_write_lock );
return rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment