diff options
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 49fb302ba8..cb9ca6578b 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -1067,10 +1067,8 @@ DEFUN (show_zebra_client_summary, void zserv_read_file(char *input) { int fd; - struct thread t; fd = open(input, O_RDONLY | O_NONBLOCK); - t.u.fd = fd; zserv_client_create(fd); } |
