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:
@ -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;
|
||||
|
Reference in New Issue
Block a user