- More s/vertex/edge/g
[oweals/tinc.git] / src / net.c
index 35d9563ce9b9efb6586927008446c38e70e455e4..0e7dcc9d01b39bcafb1b67212dbb7fd97bab8f4a 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: net.c,v 1.35.4.140 2001/10/28 08:41:19 guus Exp $
+    $Id: net.c,v 1.35.4.141 2001/10/28 10:16:18 guus Exp $
 */
 
 #include "config.h"
@@ -776,7 +776,7 @@ cp
   init_connections();
   init_subnets();
   init_nodes();
-  init_vertices();
+  init_edges();
 
   if(get_config_int(lookup_config(config_tree, "PingTimeout"), &timeout))
     {