Browse Source

#if out test that was failing because of an extra newline.

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

+ 2 - 0
src/or/routerlist.c

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