Commit 3d93b5c4 authored by Lasse Karstensen's avatar Lasse Karstensen

Fix bad example.

Spotted by: Martin Boer
parent 0b31b9f0
...@@ -54,7 +54,7 @@ has been removed, and you should use the hash director directly:: ...@@ -54,7 +54,7 @@ has been removed, and you should use the hash director directly::
} }
sub vcl_recv { sub vcl_recv {
set req.backend_hint = h.backend(client.ip); set req.backend_hint = h.backend(client.identity);
} }
error() is now synth() error() is now synth()
......
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