Commit 8a4aff0d authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

invert the error code from HeapSetInformation. addresses #1328

git-svn-id: file:///svn/toku/tokudb.1032b@8428 c7de825b-a66e-492c-adef-691d508d4ae1
parent a5c6afe4
......@@ -52,8 +52,8 @@ toku_ydb_init_malloc(void) {
HeapCompatibilityInformation,
&HeapFragValue,
sizeof(HeapFragValue));
//if (r!=0) //Do some error output if necessary.
assert(r==0);
//if (r==0) //Do some error output if necessary.
assert(r!=0);
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment