diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 11:39:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 11:39:47 +0000 |
commit | f272eb3139aebe5fb87666779ebaba04209cbc94 (patch) | |
tree | e07611ffd92cce1418a01fa52cf935fd4a4acdce | |
parent | e7d70e40d5fab250ce8f88e2e6f9a302e3156ce2 (diff) | |
download | samba-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)
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
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; |