summaryrefslogtreecommitdiff
path: root/source4/lib/dcom/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/dcom/common/main.c')
-rw-r--r--source4/lib/dcom/common/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/dcom/common/main.c b/source4/lib/dcom/common/main.c
index a4fcb7ec0d..8b947ba8ef 100644
--- a/source4/lib/dcom/common/main.c
+++ b/source4/lib/dcom/common/main.c
@@ -128,6 +128,8 @@ NTSTATUS dcerpc_IUnknown_Release(struct dcom_interface *p, TALLOC_CTX *mem_ctx,
struct RemRelease r;
struct REMINTERFACEREF ref;
+ return NT_STATUS_NOT_SUPPORTED;
+
p->private_references--;
/* Only do the remote version of this call when all local references have
@@ -314,8 +316,6 @@ NTSTATUS dcom_get_pipe (struct dcom_interface *iface, struct dcerpc_pipe **p)
return NT_STATUS_NOT_SUPPORTED;
}
- DEBUG(1, ("DCOM: Connecting to %s\n", GUID_string(NULL, &iface->objref->iid)));
-
oxid = iface->objref->u_objref.u_standard.std.oxid;
iid = iface->objref->iid;