Initialize access lists here as well.
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 8e4a09c..f8d8d89 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-13 Hasso Tepper <hasso at quagga.net>
+
+	* isis_main.c: Initialize access list. Although we haven't route
+	  filtering yet, it's needed to limit access to vty.
+
 2004-10-11 Hasso Tepper <hasso at quagga.net>
 
 	* isis_routemap.c, isisd.c: Make more strings const.
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index cd94780..58fe977 100644
--- a/isisd/isis_main.c
+++ b/isisd/isis_main.c
@@ -34,6 +34,7 @@
 #include "if.h"
 #include "privs.h"
 #include "sigevent.h"
+#include "filter.h"
 
 #include "isisd/dict.h"
 #include "include-netbsd/iso.h"
@@ -299,6 +300,7 @@
   cmd_init (1);
   vty_init (master);
   memory_init ();
+  access_list_init();
   isis_init ();
   dyn_cache_init ();
   sort_node ();