r3913: fix the build
authorStefan Metzmacher <metze@samba.org>
Mon, 22 Nov 2004 17:08:25 +0000 (17:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:05 +0000 (13:06 -0500)
metze
(This used to be commit ba67e98835095e940c23d095422e0cd72e105aee)

source4/torture/rpc/xplogin.c

index 5b893ceb3eee4ac8887fcd96dd0135ba0f625520..f3b4d1bd161a30322f02e7cedef69c61d1d9e364 100644 (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;