Skip to content
Snippets Groups Projects
Commit df3ccfff authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed behavior of rfio in some case of error : return the error to the client

parent 25f4de89
No related branches found
No related tags found
No related merge requests found
......@@ -247,8 +247,6 @@ int rfio_handle_close(void *ctx,
serrno = error_code;
log(LOG_ERR, "rfio_handle_close : Cstager_IJobSvc_putFailed error for subrequest_id=%s (%s)\n", u64tostr(internal_context->subrequest_id, tmpbuf, 0), error_msg);
free(error_msg);
} else {
forced_mover_exit_error = 0;
}
}
} else {
......@@ -268,8 +266,6 @@ int rfio_handle_close(void *ctx,
serrno = error_code;
log(LOG_ERR, "rfio_handle_close : Cstager_IJobSvc_getUpdateFailed error for subrequest_id=%s (%s)\n", u64tostr(internal_context->subrequest_id, tmpbuf, 0), error_msg);
free(error_msg);
} else {
forced_mover_exit_error = 0;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment