mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r9158@totoro: nickm | 2006-10-24 16:50:18 -0400
Oops on last authority patch: handle routers with unrecognized fingerprints correctly svn:r8819
This commit is contained in:
parent
3d0bac078f
commit
ba1b04c736
@ -348,7 +348,8 @@ dirserv_get_status_impl(const char *id_digest, const char *nickname,
|
||||
}
|
||||
status_by_digest = digestmap_get(fingerprint_list->status_by_digest,
|
||||
id_digest);
|
||||
result |= (status_by_digest->status & ~FP_NAMED);
|
||||
if (status_by_digest)
|
||||
result |= (status_by_digest->status & ~FP_NAMED);
|
||||
|
||||
if (result & FP_REJECT) {
|
||||
if (msg)
|
||||
|
Loading…
Reference in New Issue
Block a user