summaryrefslogtreecommitdiff
path: root/source4/torture/com
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-07 02:14:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:59 -0500
commitd892500e733fa2c85f950b69f11546c0f037a25a (patch)
treed6fc1108c26b0f7fdfaf709393d8e2aaf0f188ef /source4/torture/com
parentdd2aefd56b0968da8b1c4d055bc8c2f30382fb23 (diff)
downloadsamba-d892500e733fa2c85f950b69f11546c0f037a25a.tar.gz
samba-d892500e733fa2c85f950b69f11546c0f037a25a.tar.bz2
samba-d892500e733fa2c85f950b69f11546c0f037a25a.zip
r5676: Fix some alignment issues and IRemoteActivation
(This used to be commit a9b13f67012d235d98920e639f59411d57a79bd7)
Diffstat (limited to 'source4/torture/com')
-rw-r--r--source4/torture/com/simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/com/simple.c b/source4/torture/com/simple.c
index 4eceb6a948..dfc3beff4e 100644
--- a/source4/torture/com/simple.c
+++ b/source4/torture/com/simple.c
@@ -39,6 +39,7 @@ static BOOL test_readwrite(TALLOC_CTX *mem_ctx, const char *host)
int i;
com_init(&ctx);
+ dcom_client_init(ctx, lp_parm_string(-1, "torture", "userdomain"), lp_parm_string(-1, "torture", "username"), lp_parm_string(-1, "torture", "password"));
GUID_from_string(COM_ISTREAM_UUID, &IID[0]);
GUID_from_string(COM_IUNKNOWN_UUID, &IID[1]);