]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/exec_req.c
Fixed typography.
[frescor/frsh-forb.git] / src / forb / src / exec_req.c
index 028c532411361085a73ba7124ff26836be430ba6..e836dd18b84ccf9b62c87e3d9e2c3ce7eb2c95f2 100644 (file)
@@ -95,7 +95,7 @@ void forb_exec_req_process(forb_exec_req_t *exec_req)
                                         &env);
 
        // The local invocation case
-       if ((exec_req->request_type = local)) {
+       if ((exec_req->request_type = FORB_EXEC_REQ_LOCAL)) {
                *(exec_req->input_request->cdr_reply) = reply_codec; //FIXME: better without copying?
                // notify that the reply is ready
                forb_syncobj_signal(&exec_req->input_request->reply_ready);