lib: Use proper type cast to poison lists.
authorJoe Stringer <joe@ovn.org>
Tue, 15 Dec 2015 06:30:11 +0000 (22:30 -0800)
committerJoe Stringer <joe@ovn.org>
Tue, 15 Dec 2015 18:56:38 +0000 (10:56 -0800)
commit8d6c991db85692a6f3c9d3e749b0f9372bc13ebf
tree9fb8dd690ebd8cbffdf44eb2cba16bedc3f512b0
parent398e182e365d1709a0d085bdee365ff3c19ca001
lib: Use proper type cast to poison lists.

'struct ovs_list' comprises of two pointers to 'struct ovs_list'.
Use these in the cast rather than void*.

VMware-BZ: #1571356
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/list.h