bridge: Fix uninitialized bond_stable_ids in port_configure_bond().
authorBen Pfaff <blp@nicira.com>
Fri, 13 May 2011 23:47:01 +0000 (16:47 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 May 2011 23:47:01 +0000 (16:47 -0700)
The recent merge of "master" added a new bond_stable_ids member to
struct ofproto_bundle_settings, but neglected to initialize it.  This fixes
the problem.

Found and verified using valgrind.


No differences found