policy: use the db->entries_hash to access the policy db entries
authorDjalal Harouni <tixxdz@opendz.org>
Fri, 20 Jun 2014 16:50:01 +0000 (17:50 +0100)
committerDaniel Mack <zonque@gmail.com>
Fri, 20 Jun 2014 17:44:03 +0000 (19:44 +0200)
commitc0aebb5762e5f2b118408d93156d3d44189b3643
tree3d632f13f5b9a197d3d4c5330aa62f28d8e30d29
parent45090b06346023b05fff678359fe59b00597a616
policy: use the db->entries_hash to access the policy db entries

Use the db->entries_hash to access the policy db entries instead of the
db->send_access_hash which is just a cache for send entries.

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
policy.c