From ebd4a4ba140049f971435dc6deb97e47640294f6 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Sun, 26 Nov 2006 20:33:29 +0000 Subject: [PATCH] Initialize the port info, this shouldnt have been removed in r1.28 --- sys/net/bridgestp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index 7430498a313c..eff97dac6517 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -2125,6 +2125,7 @@ bstp_create(struct bstp_state *bs, struct bstp_port *bp, struct ifnet *ifp) TASK_INIT(&bp->bp_rtagetask, 0, bstp_notify_rtage, bp); /* Init state */ + bp->bp_infois = BSTP_INFO_DISABLED; bp->bp_flags = BSTP_PORT_AUTOEDGE; bstp_set_port_state(bp, BSTP_IFSTATE_DISCARDING); bstp_set_port_proto(bp, bs->bs_protover);