From 0b92507760910872d5f0f3fe2c45f4f3af3466eb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jul 2005 08:09:02 +0000 Subject: r8232: remove samr_String and netr_String as they are the same as lsa_String metze (This used to be commit e601042c07d7b6eed0dc34e5b136d9266b8a0f81) --- source4/torture/libnet/domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/libnet/domain.c') diff --git a/source4/torture/libnet/domain.c b/source4/torture/libnet/domain.c index e36a21d2c6..7edbd5742d 100644 --- a/source4/torture/libnet/domain.c +++ b/source4/torture/libnet/domain.c @@ -25,7 +25,7 @@ #include "libcli/composite/monitor.h" static BOOL test_domainopen(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, - struct samr_String *domname, + struct lsa_String *domname, struct policy_handle *domain_handle) { NTSTATUS status; @@ -77,7 +77,7 @@ BOOL torture_domainopen(void) TALLOC_CTX *mem_ctx; BOOL ret = True; struct policy_handle h; - struct samr_String name; + struct lsa_String name; mem_ctx = talloc_init("test_domain_open"); binding = lp_parm_string(-1, "torture", "binding"); -- cgit