summaryrefslogtreecommitdiff
path: root/src/clirpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clirpc.c')
-rw-r--r--src/clirpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clirpc.c b/src/clirpc.c
index 30ce99f..b6ef48b 100644
--- a/src/clirpc.c
+++ b/src/clirpc.c
@@ -162,7 +162,7 @@ int dcc_retrieve_results(int net_fd,
/* We've started to see the response, so the server is done
* compiling. */
- dcc_note_state(DCC_PHASE_RECEIVE, NULL, NULL);
+ dcc_note_state(DCC_PHASE_RECEIVE, NULL, NULL, DCC_REMOTE);
if ((ret = dcc_r_cc_status(net_fd, status)))
return ret;