Commit 14b7e190 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make critbit the default hasher.



git-svn-id: http://www.varnish-cache.org/svn/trunk@4540 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 56fafb03
......@@ -529,7 +529,7 @@ main(int argc, char * const *argv)
const char *l_arg = "80m";
uintmax_t l_size;
const char *q;
const char *h_arg = "classic";
const char *h_arg = "critbit";
const char *M_arg = NULL;
const char *n_arg = NULL;
const char *P_arg = NULL;
......
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