Skip to content

Commit 58a0def

Browse files
committedFeb 15, 2024
Remove one more clone
1 parent a0c2a11 commit 58a0def

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎upstairs/src/downstairs.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -2975,13 +2975,7 @@ impl Downstairs {
29752975
// Return the error and let the previously written error
29762976
// processing code work.
29772977
cdt::ds__repair__done!(|| (job_id.0, client_id.get()));
2978-
(
2979-
upstairs_id,
2980-
session_id,
2981-
job_id,
2982-
Err(error.clone()),
2983-
None,
2984-
)
2978+
(upstairs_id, session_id, job_id, Err(error), None)
29852979

29862980
// XXX return Ok(()) here to make the upstairs stuck in
29872981
// test_error_during_live_repair_no_halt

0 commit comments

Comments
 (0)