1
0
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:
Stefan Metzmacher 2004-11-22 17:08:25 +00:00 committed by Gerald (Jerry) Carter
parent 64570b7a47
commit ba67e98835

View File

@ -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;