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)
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


No differences found