From 11a8137e64f265711135ce06e1d5d0100431d3c7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Oct 2008 13:10:48 -0700 Subject: [PATCH] secchan: Increase max number of local_cbs to accommodate STP. --- secchan/secchan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secchan/secchan.c b/secchan/secchan.c index 9795c90c..d36da256 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -640,7 +640,7 @@ struct port_watcher { int n_txq; struct port_watcher_cb cbs[2]; int n_cbs; - struct port_watcher_local_cb local_cbs[2]; + struct port_watcher_local_cb local_cbs[4]; int n_local_cbs; char local_port_name[OFP_MAX_PORT_NAME_LEN + 1]; }; -- 2.30.2