summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-15 11:39:47 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-15 11:39:47 +0000
commitf272eb3139aebe5fb87666779ebaba04209cbc94 (patch)
treee07611ffd92cce1418a01fa52cf935fd4a4acdce /source4/torture
parente7d70e40d5fab250ce8f88e2e6f9a302e3156ce2 (diff)
downloadsamba-f272eb3139aebe5fb87666779ebaba04209cbc94.tar.gz
samba-f272eb3139aebe5fb87666779ebaba04209cbc94.tar.bz2
samba-f272eb3139aebe5fb87666779ebaba04209cbc94.zip
don't encode my own servers name in the test :)
(This used to be commit bcc87ab8c0a5a51c4af13a7985f31e16c168957c)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 247f8260ce..e8771f2e5a 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -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;