summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-22 17:08:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:05 -0500
commit5e2f7e9ae28277d975c3b9e889e0501bf192d2ea (patch)
treeed54871a811aa9a219cdd8c9cc97328b29572e17 /source4/torture
parent3129264308c7c68bfe94228dcb7af99876d93dff (diff)
downloadsamba-5e2f7e9ae28277d975c3b9e889e0501bf192d2ea.tar.gz
samba-5e2f7e9ae28277d975c3b9e889e0501bf192d2ea.tar.bz2
samba-5e2f7e9ae28277d975c3b9e889e0501bf192d2ea.zip
r3913: fix the build
metze (This used to be commit ba67e98835095e940c23d095422e0cd72e105aee)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/xplogin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/xplogin.c b/source4/torture/rpc/xplogin.c
index 5b893ceb3e..f3b4d1bd16 100644
--- a/source4/torture/rpc/xplogin.c
+++ b/source4/torture/rpc/xplogin.c
@@ -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;