Projects STRLCPY reverse_ssh Commits f914d3ca
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    cmd/client/detach_windows.go
    skipped 99 lines
    100 100   }
    101 101   
    102 102   changes <- svc.Status{State: svc.StopPending}
     103 + changes <- svc.Status{State: svc.Stopped}
     104 + 
     105 + os.Exit(0)
    103 106   return
    104 107  }
    105 108   
    skipped 16 lines
Please wait...
Page is in error, reload to recover