Skip to content
Snippets Groups Projects
Commit 3ace033c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Spurious link-key should not be an error

svn:r1686
parent 220e8599
No related branches found
No related tags found
No related merge requests found
......@@ -1008,7 +1008,7 @@ routerinfo_t *router_get_entry_from_string(const char *s,
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))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment