s4-ldb: Add separate function to add empty element into ldb_msg
authorKamen Mazdrashki <kamenim@samba.org>
Fri, 16 Jul 2010 10:44:13 +0000 (13:44 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 19 Jul 2010 07:33:34 +0000 (17:33 +1000)
commit8d523d46f5dfcbf5a428fd75b908fe5bd738e62c
tree003739677caa7e0302c4964a82f55c6251bdcc5f
parenta95fd4ef647ed6d4c81ab862e08e7c42ee2fe0d6
s4-ldb: Add separate function to add empty element into ldb_msg

It just adds another element, nothing more.
Caller is responsible to fill-in the added element and
determine how to handle data allocation contexts.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/lib/ldb/common/ldb_msg.c