- client emulator compile fix

This commit is contained in:
David Anderson 2013-03-12 11:20:32 -07:00 committed by Oliver Bock
parent 546ea233a0
commit 23cb962508
1 changed files with 1 additions and 1 deletions

View File

@ -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);