mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:torture/rpc/samr.c - fix output message
This commit is contained in:
parent
b8282a29f9
commit
b604e9425b
@ -5630,7 +5630,7 @@ static bool test_QueryGroupMember(struct dcerpc_binding_handle *b,
|
||||
torture_assert_ntstatus_ok(tctx, dcerpc_samr_QueryGroupMember_r(b, tctx, &r),
|
||||
"QueryGroupMember failed");
|
||||
if (!NT_STATUS_IS_OK(r.out.result)) {
|
||||
torture_warning(tctx, "QueryGroupInfo failed - %s\n", nt_errstr(r.out.result));
|
||||
torture_warning(tctx, "QueryGroupMember failed - %s\n", nt_errstr(r.out.result));
|
||||
ret = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user