[NETFILTER]: hashlimit match: fix random initialization
authorPatrick McHardy <kaber@trash.net>
Fri, 9 Jun 2006 19:18:47 +0000 (12:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:30:11 +0000 (21:30 -0700)
hashlimit does:

        if (!ht->rnd)
                get_random_bytes(&ht->rnd, 4);

ignoring that 0 is also a valid random number.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found