s4:ldap_server Don't talloc_steal (with references) in ldap_backend
authorAndrew Bartlett <abartlet@samba.org>
Fri, 14 Aug 2009 02:48:10 +0000 (12:48 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 Aug 2009 02:48:10 +0000 (12:48 +1000)
commit5c3cf58a842a8ddd5dca785bf5464e0788003400
tree88fe2df127e3d84e916e48ad808a879911e358bd
parent88fd98b7c4ed41ab6c6ac5a226581e862ae900f3
s4:ldap_server Don't talloc_steal (with references) in ldap_backend

There may or may not be a need to take a reference to the 'name' in
the ldb_map code, but given we seal the whole msg just above here, it
makes no senst to steal the name, but not the values.

Andrew Bartlett
source4/ldap_server/ldap_backend.c