s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 14 Oct 2010 20:26:44 +0000 (22:26 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 24 Oct 2010 20:03:27 +0000 (20:03 +0000)
commit7b3dbbde04d52f9faeeba507b82bc4242b1efddd
treebc4cdf8df835569fba8e43e6665909ae288f598c
parent177aad556f4be8b6b82eec8fbf0bf4711ae32d2b
s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings

They can be substituted by "ldb_msg_add_string" if the string was already
talloc'ed.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 24 20:03:27 UTC 2010 on sn-devel-104
source4/dsdb/samdb/ldb_modules/samldb.c
source4/rpc_server/netlogon/dcerpc_netlogon.c