Browse Source

Aaand re-disable the bogus test in get_body()

svn:r6696
Nick Mathewson 19 years ago
parent
commit
4dac383f5a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/or/routerlist.c

+ 2 - 0
src/or/routerlist.c

@@ -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;
 }