1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +03:00

don't encode my own servers name in the test :)

This commit is contained in:
Andrew Tridgell
-
parent b90eff794f
commit bcc87ab8c0

View File

@ -316,7 +316,7 @@ static BOOL test_Connect(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
return False;
}
r4.in.system_name = "win2003";
r4.in.system_name = "";
r4.in.unknown = 0;
r4.in.access_mask = SEC_RIGHTS_MAXIMUM_ALLOWED;
r4.out.handle = handle;