[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Spurious link-key should not be an error



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv4847/src/or

Modified Files:
	routerlist.c 
Log Message:
Spurious link-key should not be an error

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/src/or/routerlist.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- routerlist.c	24 Apr 2004 22:17:50 -0000	1.61
+++ routerlist.c	24 Apr 2004 22:50:09 -0000	1.62
@@ -1008,7 +1008,7 @@
   tok->key = NULL; /* Prevent free */
 
   if ((tok = find_first_by_keyword(tokens, K_LINK_KEY))) {
-    log_fn(LOG_INFO, "Skipping obsolete link-key"); goto err;
+    log_fn(LOG_INFO, "Skipping obsolete link-key");
   }
 
   if (!(tok = find_first_by_keyword(tokens, K_SIGNING_KEY))) {