ofproto-dpif: Add check in rstp_run.
authorDaniele Venturino <daniele.venturino@m3s.it>
Wed, 30 Sep 2015 08:49:52 +0000 (10:49 +0200)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 12 Oct 2015 18:34:51 +0000 (11:34 -0700)
commitc7e4f0b2c36a930e8a0a4a256f848356d730fea7
treed2da205812d80b1f9c29bf3bbeef33a2faaf6ca7
parentfdb5945136ea033fa9dc7473b1c836d04a4be483
ofproto-dpif: Add check in rstp_run.

Check if old_root_aux and new_root_aux are null before invoking
bundle_move() on them.

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