Explorar o código

Temporarily disable sentinels on buffers

svn:r6649
Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
10b7b57616
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/buffers.c

+ 2 - 1
src/or/buffers.c

@@ -15,7 +15,8 @@ const char buffers_c_id[] =
 
 #include "or.h"
 
-#define SENTINELS
+/* XXXX Make sentinels work again. */
+#undef SENTINELS
 #undef CHECK_AFTER_RESIZE
 #undef PARANOIA
 #undef NOINLINE