]> git.proxmox.com Git - ovs.git/commit - ofproto/ofproto-dpif.c
ofproto-dpif: fix bundle_move() call in rstp_run().
authorDaniele Venturino <daniele.venturino@m3s.it>
Wed, 19 Nov 2014 21:16:17 +0000 (22:16 +0100)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 19 Nov 2014 21:36:32 +0000 (13:36 -0800)
commita2c3caf900bf06beeb339b23de85a825b15a1136
tree2a4ab46fc8a365b464e4b8503a8a729cba695596
parent036dc96539c146786d762db68ae07e18fa919cb6
ofproto-dpif: fix bundle_move() call in rstp_run().

bundle_move() expects two struct ofbundle pointers as arguments, but
void pointers hide the error.

Signed-off-by: Daniele Venturino <daniele.venturino@m3s.it>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif.c