Commit 1666af69 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Turn false-positive INCOMPL macros into WRONG ones

It also applies for the 4.1 and 4.0 series.

Refs #1890
parent 21ef1235
......@@ -182,7 +182,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);
......@@ -471,7 +471,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