Commit 3c33b934 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot to change error -> synth here.

parent 05a462d9
......@@ -91,7 +91,7 @@ sub vcl_hash {
}
sub vcl_purge {
return (error(200, "Purged"));
return (synth(200, "Purged"));
}
sub vcl_hit {
......
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