aboutsummaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/goexec/dcom/module.go2
1 files changed, 1 insertions, 1 deletions
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 {