FAILS ldb/sample_module: don't write to const memory
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Sep 2013 06:31:43 +0000 (08:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 22:11:44 +0000 (00:11 +0200)
commit46cc2b935434845b37949abcfb81e41ccbd630e5
treee4ccee6c8cad1d2aa067eaa5b6bdbe0d15090854
parent15e3c2b5be5804da3d4dfdfd44b5b0296e4b282b
FAILS ldb/sample_module: don't write to const memory

req->op.add.message is the callers memory and declared as const.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
FAILS: TDB_NO_FSYNC=1 buildnice bin/timelimit 180 make -j test TESTS=ldb.base
lib/ldb/tests/sample_module.c