mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 12:47:16 +00:00
Merge pull request #2714 from qlyoung/fix-unused-variable-zserv
zebra: remove unused var in zserv.c
This commit is contained in:
commit
32bf84c1cd
@ -1024,7 +1024,6 @@ DEFUN (show_zebra_client_summary,
|
||||
void zserv_read_file(char *input)
|
||||
{
|
||||
int fd;
|
||||
struct zserv *client = NULL;
|
||||
struct thread t;
|
||||
|
||||
fd = open(input, O_RDONLY | O_NONBLOCK);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user