Commit 344dfaf3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4359: Fix random signature recognition on 64bit OS



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4404 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 971d546a
......@@ -294,7 +294,7 @@ static const unsigned long random_expect[NRNDEXPECT] = {
static void
cmd_random(CMD_ARGS)
{
unsigned long l;
uint32_t l;
int i;
(void)cmd;
......
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