s4:objectclass LDB module - objectclass modify op. - remove superflous "talloc_strdup"
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 12 Oct 2011 18:17:33 +0000 (20:17 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 27 Oct 2011 16:52:29 +0000 (18:52 +0200)
commit751bab4fb2478f4ce24f0b41c3c1a1b428892c1b
tree8cf0c59bbeb5dc38206417970925ee43779290a2
parent184c17587c49a43e45cda66c6547544c2424ae52
s4:objectclass LDB module - objectclass modify op. - remove superflous "talloc_strdup"

We are adding strings embedded in the schema structure which is basically
global and lives longer than the request - hence no duplication needed.

Reviewed-by: abartlet
source4/dsdb/samdb/ldb_modules/objectclass.c