]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_nexthop.c
ripngd: retrofit the 'router ripng' command to the new northbound model
[mirror_frr.git] / ripngd / ripng_nexthop.c
index 75b3c9dfec9c64703f7089c2f38dc840f7aba71d..74a132aa941eb05dfa88f007353d15dcef9023b1 100644 (file)
@@ -72,7 +72,7 @@ struct list *ripng_rte_new(void)
 
 void ripng_rte_free(struct list *ripng_rte_list)
 {
-       list_delete(ripng_rte_list);
+       list_delete(&ripng_rte_list);
 }
 
 /* Delete RTE */