Skip to content
Snippets Groups Projects

Fix issues with out of sync stalist

Open Filip Matusiak requested to merge filmat/devel-15831 into devel
Files
2
+ 3
0
@@ -640,6 +640,9 @@ static void cntlr_get_all_sta_metrics(struct controller *c)
@@ -640,6 +640,9 @@ static void cntlr_get_all_sta_metrics(struct controller *c)
list_for_each_entry(n, &c->nodelist, list) {
list_for_each_entry(n, &c->nodelist, list) {
struct sta *s = NULL;
struct sta *s = NULL;
 
if (!n->sta_count || list_empty(&n->stalist))
 
continue;
 
list_for_each_entry(s, &n->stalist, list) {
list_for_each_entry(s, &n->stalist, list) {
struct cmdu_buff *cmdu;
struct cmdu_buff *cmdu;
Loading