From 447d08859539176341719b7cb2fbe9313f3ea375 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 21 Dec 2004 12:00:30 +0000 Subject: r4322: use a nicer name metze (This used to be commit f8ea82cbd1856f589132e2a96b8d658745036b3e) --- source4/torture/rpc/lsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index 77e7827cf9..7d1ba5fdae 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -1145,14 +1145,14 @@ static BOOL test_GetUserName(struct dcerpc_pipe *p, struct lsa_GetUserName r; NTSTATUS status; BOOL ret = True; - struct lsa_StringPointer lsap; + struct lsa_StringPointer authority_name_p; printf("\nTesting GetUserName\n"); r.in.system_name = "\\"; r.in.account_name = NULL; - r.in.authority_name = &lsap; - lsap.string = NULL; + r.in.authority_name = &authority_name_p; + authority_name_p.string = NULL; status = dcerpc_lsa_GetUserName(p, mem_ctx, &r); -- cgit