2003-06-15 Paul Jakma <paul@dishone.st>

	* lib/vty.{c,h}: Remove vty layer depending on a 'master' global,
	  pass the thread master in explicitly to vty_init. Sort out some
	  header dependency problems with lib/command.h
	* zebra/: Move globals to struct zebrad. Update vty_init().
	* (.*)/\1_main.c: update call to vty_init().
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c
index b1d1fd4..236d8c2 100644
--- a/ospfd/ospf_main.c
+++ b/ospfd/ospf_main.c
@@ -288,7 +288,7 @@
   signal_init ();
   cmd_init (1);
   debug_init ();
-  vty_init ();
+  vty_init (master);
   memory_init ();
 
   access_list_init ();