summaryrefslogtreecommitdiffstats
path: root/cpgx/cpgx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpgx/cpgx.c')
-rw-r--r--cpgx/cpgx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpgx/cpgx.c b/cpgx/cpgx.c
index dd8c12a..1f6220a 100644
--- a/cpgx/cpgx.c
+++ b/cpgx/cpgx.c
@@ -1076,6 +1076,9 @@ static void confchg_cb(cpg_handle_t handle, const struct cpg_name *group_name,
c.type = EV_CONFCHG;
+ /* FIXME: the join/left lists are not globally consistent, so
+ should just ignore them entirely */
+
c.memb_count = memb_list_entries;
c.left_count = left_list_entries;
c.join_count = join_list_entries;