band: Fix error in bond_choose_output_slave() function.
authorAlex Wang <alexw@nicira.com>
Mon, 12 Aug 2013 21:14:52 +0000 (14:14 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Aug 2013 21:01:23 +0000 (14:01 -0700)
commitb5d5d7d33219225e050cc59b1785f2b6f40e8bd9
tree97968cc7595d2f1ed1258784db97a6afc4a911ea
parent5d389d55c78a20bd18b68b35f0e6cabae2686dcb
band: Fix error in bond_choose_output_slave() function.

This commit fixes the error introduced by commit 4a1b8f30e59 (bond:
Stop using tags.). The error is caused by mistakenly returning 'slave'
where 'slave->aux' should be returned.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bond.c