mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Spurious link-key should not be an error
svn:r1686
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user