From 1427895531c259f4bb6c561972b79051807c2a4d Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 20 Oct 2010 13:47:48 +0200 Subject: ldb:ldb_pack.c - remove superflous "message->elements = NULL" It's already marked at this at the beginning of the call. --- source4/lib/ldb/ldb_tdb/ldb_pack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/ldb_tdb/ldb_pack.c b/source4/lib/ldb/ldb_tdb/ldb_pack.c index e7aeb47e72..396b80ae45 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_pack.c +++ b/source4/lib/ldb/ldb_tdb/ldb_pack.c @@ -208,7 +208,6 @@ int ltdb_unpack_data(struct ldb_module *module, } if (message->num_elements == 0) { - message->elements = NULL; return 0; } -- cgit