LDB:sample_module.c - remove code parts which generate warnings
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 6 Apr 2010 12:09:38 +0000 (14:09 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 6 Apr 2010 12:54:10 +0000 (14:54 +0200)
commit0086db6c0cdf0c7afccc143259c8c55382e466aa
tree929045497c30e1d82aa3c2b28eeabdea82b55ee4
parent5f080d8e03f1060347cdd05d65bf72b0ce7dec0e
LDB:sample_module.c - remove code parts which generate warnings

Btw: The use of the "ldb_msg_add_fmt" operation directly on the request message
object is strongly discouraged. Better is to make a shallow copy of this message
and attach it to a new child request which is handled by the following modules.
source4/lib/ldb/tests/sample_module.c