diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) /* If the client states that they finished the frame */ if(clientsays == DISTREN_REQUEST_DONEFRAME){ clientstatus = CLIENTSTATUS_IDLE; // Sets the client back to idle - finish_frame(general_info.conn, job->jobnum, frame->num); // @TODO: Make sure this actually works. + finish_frame(general_info.conn, 0, job->jobnum, frame->num); // @TODO: Make sure this actually works. } }