diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-12 07:14:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 07:14:10 +0100 |
| commit | 1942951ea4f94be4e734e515d1ca85aa8890d6fc (patch) | |
| tree | 0aa0e852a477847f98e1de8fd2e71df6cf489965 /zebra/main.c | |
| parent | d0afa124672ed285542eeb903e2edd0159ad673a (diff) | |
| parent | a67e159e3b741f26d104342cdeb4c9ed9a06f47e (diff) | |
Merge pull request #15523 from donaldsharp/lib_mtype_cleanup
Lib mtype cleanup
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c index 606ecc7279..27e98ed999 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -203,6 +203,7 @@ static void sigint(void) rib_update_finish(); list_delete(&zrouter.client_list); + list_delete(&zrouter.stale_client_list); /* Indicate that all new dplane work has been enqueued. When that * work is complete, the dataplane will enqueue an event |
