Skip to content

Commit

Permalink
Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"
Browse files Browse the repository at this point in the history
This reverts commit 71f7ecb.
  • Loading branch information
donaldsharp committed Jan 7, 2024
1 parent 7335117 commit 6d72776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ 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
Expand Down

0 comments on commit 6d72776

Please sign in to comment.