mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
#if out test that was failing because of an extra newline.
svn:r6676
This commit is contained in:
parent
b7910202a3
commit
58b05fc84d
@ -1157,8 +1157,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…
Reference in New Issue
Block a user