Skip to content

Commit 668318d

Browse files
committed
fix indirection
1 parent 9d2d262 commit 668318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/system-service_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (thisRef *WindowsService) Run() error {
4242
wg.Add(1)
4343
var err error
4444
go func() {
45-
err = svc.Run(thisRef.command.Name, &thisRef)
45+
err = svc.Run(thisRef.command.Name, thisRef)
4646
wg.Done()
4747
}()
4848

0 commit comments

Comments
 (0)