]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/table_manager.c
Merge pull request #11843 from ARShreenidhi/ecmp_testcase
[mirror_frr.git] / zebra / table_manager.c
index ffc7a48eb9b288a688ccee09c7c94dd2ddbc3c4a..a3daca6c595a15ee300f73ec94dc2a8b106c803e 100644 (file)
@@ -119,8 +119,6 @@ struct table_manager_chunk *assign_table_chunk(uint8_t proto, uint16_t instance,
        }
        /* otherwise create a new one */
        tmc = XCALLOC(MTYPE_TM_CHUNK, sizeof(struct table_manager_chunk));
-       if (!tmc)
-               return NULL;
 
        if (zvrf->tbl_mgr->start || zvrf->tbl_mgr->end)
                manual_conf = true;