mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Aaand re-disable the bogus test in get_body()
svn:r6696
This commit is contained in:
parent
d547ecc916
commit
4dac383f5a
1 changed files with 2 additions and 0 deletions
|
@ -1163,8 +1163,10 @@ signed_descriptor_get_body(signed_descriptor_t *desc)
|
|||
}
|
||||
tor_assert(r);
|
||||
tor_assert(!memcmp("router ", r, 7));
|
||||
#if 0
|
||||
tor_assert(!memcmp("\n-----END SIGNATURE-----\n",
|
||||
r + len - 25, 25));
|
||||
#endif
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue