View | Details | Raw Unified | Return to ticket 3763 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/slurmctld/job_mgr.c (+1 lines)
Lines 8521-8526 static int _list_find_job_old(void *job_entry, void *key) Link Here
8521
	if (with_slurmdbd && !job_ptr->db_index)
8521
	if (with_slurmdbd && !job_ptr->db_index)
8522
		jobacct_storage_g_job_start(acct_db_conn, job_ptr);
8522
		jobacct_storage_g_job_start(acct_db_conn, job_ptr);
8523
8523
8524
	info("purging job %u", job_ptr->job_id)
8524
	return 1;		/* Purge the job */
8525
	return 1;		/* Purge the job */
8525
}
8526
}
8526
8527

Return to ticket 3763