Remove redundant setting of port state.

This commit is contained in:
Andrew Thompson 2006-11-26 19:49:34 +00:00
parent 91857186f2
commit cc864f0c3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164632

View File

@ -1800,7 +1800,6 @@ static void
bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp)
{
bp->bp_infois = BSTP_INFO_DISABLED;
bstp_set_port_state(bp, BSTP_IFSTATE_DISCARDING);
bstp_assign_roles(bs);
}