Skip to content
Snippets Groups Projects
Commit d218ece0 authored by Danny Auble's avatar Danny Auble
Browse files
parent c080d365
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ static int _free_block(delete_record_t *delete_record)
debug2("bridge_destroy_partition"
"(%s): %s State = %d",
delete_record->bg_block_id,
bg_err_str(rc),
_bg_err_str(rc),
delete_record->state);
} else {
error("bridge_destroy_block(%s): %s",
......@@ -527,7 +527,7 @@ static char *_bg_err_str(status_t inx)
/* Kill a job and remove its record from MMCS */
static int _remove_job(db_job_id_t job_id)
{
int i, rc;
int rc, count = 0;
rm_job_t *job_rec = NULL;
rm_job_state_t job_state;
......
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