diff options
Diffstat (limited to 'zebra/table_manager.c')
| -rw-r--r-- | zebra/table_manager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/table_manager.c b/zebra/table_manager.c index ffc7a48eb9..a3daca6c59 100644 --- a/zebra/table_manager.c +++ b/zebra/table_manager.c @@ -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; |
