From 2d7920941b6a19757911c54181a971d3d35bde02 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Thu, 17 Apr 2025 09:55:45 -0500 Subject: Update output,IO; add output support to WMI --- pkg/goexec/dcom/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/goexec/dcom/module.go b/pkg/goexec/dcom/module.go index fd331d2..71e4f6e 100644 --- a/pkg/goexec/dcom/module.go +++ b/pkg/goexec/dcom/module.go @@ -102,7 +102,7 @@ func (m *Dcom) Init(ctx context.Context) (err error) { return fmt.Errorf("remote create instance response: PropertiesOutInfo is nil") } - opts = append(opts, si.RemoteReply.OXIDBindings.EndpointsByProtocol("ncacn_ip_tcp")...) // TODO + opts = append(opts, si.RemoteReply.OXIDBindings.EndpointsByProtocol("ncacn_ip_tcp")...) err = m.Client.Reconnect(ctx, opts...) if err != nil { -- cgit v1.2.3