]> git.saurik.com Git - redis.git/blobdiff - sds.c
undoed all the sds hacking that lead just to random bugs and no memory saving ;)
[redis.git] / sds.c
diff --git a/sds.c b/sds.c
index d2b7543e5cf2262da70b1e69c248061463169433..8e9fd96d9befd2a4b4b7eb7ca9317001df24f8b8 100644 (file)
--- a/sds.c
+++ b/sds.c
@@ -28,6 +28,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#define SDS_ABORT_ON_OOM
+
 #include "sds.h"
 #include <stdio.h>
 #include <stdlib.h>