diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-09 12:26:05 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-09 12:26:05 -0500 |
commit | c6460b19bd834875b00f199390e6121d5bdfba7e (patch) | |
tree | 11cf6c9c3ddbdf694547cea50c2375d2b6d0df7c /internal/exec/tsch/module.go | |
parent | 8099a1d45007ba86f353647bf2a3f09d0cfc73a7 (diff) | |
download | goexec-c6460b19bd834875b00f199390e6121d5bdfba7e.tar.gz goexec-c6460b19bd834875b00f199390e6121d5bdfba7e.zip |
massively improved SCMR module + new DCE client
Diffstat (limited to 'internal/exec/tsch/module.go')
-rw-r--r-- | internal/exec/tsch/module.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/exec/tsch/module.go b/internal/exec/tsch/module.go index 8e31840..6e379a7 100644 --- a/internal/exec/tsch/module.go +++ b/internal/exec/tsch/module.go @@ -11,8 +11,6 @@ type Module struct { dce dcerpc.Conn // tsch holds the ITaskSchedulerService client tsch itaskschedulerservice.TaskSchedulerServiceClient - // createdTasks holds any tasks that are created - for cleanup - createdTasks []string } type MethodRegisterConfig struct { |