bugfix
diff --git a/libebtc.c b/libebtc.c
index c528352..2feefe9 100644
--- a/libebtc.c
+++ b/libebtc.c
@@ -627,6 +627,7 @@
 	new_cc->prev = cc->prev;
 	cc->prev->next = new_cc;
 	cc->prev = new_cc;
+	new_entry->cc = new_cc;
 
 	/* Put the ebt_{match, watcher, target} pointers in place */
 	m_l = new_entry->m_list;