From 23cb962508cfcccf659311e7aa54007871fbcc9a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 12 Mar 2013 11:20:32 -0700 Subject: [PATCH] - client emulator compile fix --- client/sim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sim.cpp b/client/sim.cpp index 89e6f17daa..c41cddd372 100644 --- a/client/sim.cpp +++ b/client/sim.cpp @@ -525,7 +525,7 @@ bool CLIENT_STATE::scheduler_rpc_poll() { must_check_work_fetch = false; last_work_fetch_time = now; - p = work_fetch.choose_project(true); + p = work_fetch.choose_project(true, NULL); if (p) { action = simulate_rpc(p);