s4-lsa Use the supplied handle in LsaLookupNames2
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jul 2011 21:55:09 +0000 (07:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 29 Jul 2011 02:24:06 +0000 (04:24 +0200)
commitee20a27d411c4f3c1d97e9c9bdbb7226f144c2f1
tree49524d03778d5b34ed70cefa344444a457c7f0fc
parent481f1e601daafd186c504476f7efa1b557099105
s4-lsa Use the supplied handle in LsaLookupNames2

In my rework of this function in 2006 with
459a2301a5d63f5a1a6b27996c8a0358b20f2ab2 I ignored the incoming
handle, instead feching the LSA state again (dispite the commit
message indicating otherwise).

This means that data->access_mask is uninitialised, which doesn't
matter right now, but will once we start checking that.

Andrew Bartlett
source4/rpc_server/lsa/lsa_lookup.c