diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-06 22:37:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:59 -0500 |
commit | dd2aefd56b0968da8b1c4d055bc8c2f30382fb23 (patch) | |
tree | 328c4ce52593338ffe6433e7b88098516f389222 /source4/torture/com/simple.c | |
parent | 77ec3f684dc8563965ae5118ef5549925ea81d0f (diff) | |
download | samba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.tar.gz samba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.tar.bz2 samba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.zip |
r5675: - More DCOM bug fixes
- Keep COM and DCOM more seperated
(This used to be commit f694f484c422d0c86beb58e8f62f134f8676d5e1)
Diffstat (limited to 'source4/torture/com/simple.c')
-rw-r--r-- | source4/torture/com/simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/com/simple.c b/source4/torture/com/simple.c index 32b269f475..4eceb6a948 100644 --- a/source4/torture/com/simple.c +++ b/source4/torture/com/simple.c @@ -23,7 +23,6 @@ #include "lib/com/com.h" #include "librpc/gen_ndr/com_dcom.h" -#define CLSID_SIMPLE "5e9ddec7-5767-11cf-beab-00aa006c3606" #define DEFAULT_TRANS 4096 static BOOL test_readwrite(TALLOC_CTX *mem_ctx, const char *host) |