mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r3913: fix the build
metze
This commit is contained in:
parent
64570b7a47
commit
ba67e98835
@ -392,13 +392,13 @@ static NTSTATUS test_lookupnames(struct smbcli_transport *transport,
|
||||
{
|
||||
struct lsa_LookupNames l;
|
||||
struct lsa_TransSidArray sids;
|
||||
struct lsa_Name lsaname;
|
||||
struct lsa_String lsaname;
|
||||
uint32_t count = 0;
|
||||
|
||||
sids.count = 0;
|
||||
sids.sids = NULL;
|
||||
|
||||
lsaname.name = name;
|
||||
lsaname.string = name;
|
||||
|
||||
l.in.handle = &handle;
|
||||
l.in.num_names = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user