From f24f220c54649d7a3098cb1aeaed87cac9d28053 Mon Sep 17 00:00:00 2001 From: paulo Date: Wed, 9 Dec 2009 11:34:18 +0000 Subject: Fixes to get as far as creating the thread and calling qps_pselect --- lib/command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index efce3fa0..80b113e8 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2569,8 +2569,7 @@ DEFUN (config_write_file, } /* Make vty for configuration file. */ - file_vty = vty_new (); - file_vty->fd = fd; + file_vty = vty_new (fd); file_vty->type = VTY_FILE; /* Config file header print. */ -- cgit v1.2.3