Explorar el Código

Temporarily disable sentinels on buffers

svn:r6649
Nick Mathewson hace 19 años
padre
commit
10b7b57616
Se han modificado 1 ficheros con 2 adiciones y 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