diff options
Diffstat (limited to 'source4/lib/com/com.h')
-rw-r--r-- | source4/lib/com/com.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h index a056d1d9ee..97841e14c3 100644 --- a/source4/lib/com/com.h +++ b/source4/lib/com/com.h @@ -25,17 +25,7 @@ struct IUnknown_vtable; struct com_context { - struct { - const char *domain; - const char *user; - const char *password; - struct dcom_object_exporter { - uint64_t oxid; - struct DUALSTRINGARRAY bindings; - struct dcerpc_pipe *pipe; - struct dcom_object_exporter *prev, *next; - } *object_exporters; - } dcom; + struct dcom_client_context *dcom; }; typedef struct IUnknown *(*get_class_object_function) (const struct GUID *clsid); |