s4-ldb: Refactor ldb_msg_canonicalize() to be based on ldb_msg_canonicalize_ex()...
authorKamen Mazdrashki <kamenim@samba.org>
Sat, 10 Jul 2010 00:19:29 +0000 (03:19 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Sat, 10 Jul 2010 20:03:16 +0000 (23:03 +0300)
commit694fef30d8e5f4f9a0122bb24f8a339938e50a57
treefeb95666bf4db88734f843c7a60647a9d6c9b3a7
parent40b82d87ca65366ef8858cb203f264dd101bd43d
s4-ldb: Refactor ldb_msg_canonicalize() to be based on ldb_msg_canonicalize_ex() implementatoin

This changes slightly previous behavior so that
resulting message is allocated in NULL TALLOC_CTX
This way it should appear as memory leak in talloc
reports in case the caller haven't freed the memory
source4/lib/ldb/common/ldb_msg.c