Commit 3426e8c1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Turn false-positive INCOMPL macros into WRONG ones

It also applies for the 4.1 and 4.0 series.

Refs #1890
parent 6aac4af4
......@@ -120,7 +120,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
req->req_step = R_STP_SYNTH;
break;
default:
INCOMPL();
WRONG("Illegal return from vcl_deliver{}");
}
return (REQ_FSM_MORE);
......@@ -472,7 +472,7 @@ cnt_lookup(struct worker *wrk, struct req *req)
req->req_step = R_STP_PASS;
break;
default:
INCOMPL();
WRONG("Illegal return from vcl_hash{}");
}
/* Drop our object, we won't need it */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment