]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/table_manager.c
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / table_manager.c
index 91b45f3f07e99f804159bc1316722c5fe69a1e1b..7ed673a88f12ee73a5d64f798c2dd7c9518f0410 100644 (file)
@@ -237,5 +237,5 @@ void table_manager_disable(ns_id_t ns_id)
 {
        if (ns_id != NS_DEFAULT)
                return;
-       list_delete_and_null(&tbl_mgr.lc_list);
+       list_delete(&tbl_mgr.lc_list);
 }