Skip to content

Commit

Permalink
kvraft: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
overvenus committed Mar 25, 2019
1 parent 0bbe076 commit 123dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dss/src/kvraft/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ fn generic_test(
let cfg_ = cfg.clone();
let done_clients_ = done_clients.clone();
thread::spawn(move || {
spawn_clients_and_wait(cfg.clone(), nclients, move || {
spawn_clients_and_wait(cfg_.clone(), nclients, move || {
let cfg1 = cfg_.clone();
let clnt_txs1 = clnt_txs_.clone();
let done_clients1 = done_clients_.clone();
Expand Down

0 comments on commit 123dbbd

Please sign in to comment.