diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-07 13:14:54 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-07 13:14:54 -0500 | 
| commit | 6d72776d62a81029fa6333b26f3435f6c9ea22a5 (patch) | |
| tree | a86657637e11d807ebd5498376ab735733383a65 /zebra/main.c | |
| parent | 733511782f049c27cc57b254f0f33d9a71ed8449 (diff) | |
Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"
This reverts commit 71f7ecb571cd8a87c97ae952db1f1fafa7ef627a.
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index b0a5a23284..f3e4bf50d5 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -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  | 
