1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent b90eff794f
commit bcc87ab8c0

View File

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