diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-09 11:34:18 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-09 11:34:18 +0000 |
commit | f24f220c54649d7a3098cb1aeaed87cac9d28053 (patch) | |
tree | e37169bca09b3a010dc3b05becebca31e243dee7 /vtysh/vtysh.c | |
parent | 6699ea2724612e206b8e80a51ee1b9a0d00acded (diff) | |
download | quagga-f24f220c54649d7a3098cb1aeaed87cac9d28053.tar.bz2 quagga-f24f220c54649d7a3098cb1aeaed87cac9d28053.tar.xz |
Fixes to get as far as creating the thread and calling qps_pselect
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 3f189adb..935c4933 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2227,7 +2227,7 @@ void vtysh_init_vty (void) { /* Make vty structure. */ - vty = vty_new (); + vty = vty_new (0); vty->type = VTY_SHELL; vty->node = VIEW_NODE; |