r4443: test lsa_LookupNames3() even when lsa_LookupSids3() fails
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 Dec 2004 07:53:42 +0000 (07:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:50 +0000 (13:07 -0500)
(This used to be commit d37f556258ba12479e4e9acc5cdb5535ebf41d7f)

source4/torture/rpc/lsa.c

index 3fba1bf4b0cf0ed80903e54d5c2e1f071f4d62ad..5e0d75f7b5c6746c6cf76ca6bac65622ff00c0c2 100644 (file)
@@ -309,6 +309,10 @@ static BOOL test_LookupSids2(struct dcerpc_pipe *p,
                return False;
        }
 
+       if (!test_LookupNames3(p, mem_ctx, handle, &names)) {
+               return False;
+       }
+
        return True;
 }