remove sesshist from run-server

pull/179/head
Simon Let 4 years ago
parent 3937707aa4
commit 5c57697850
No known key found for this signature in database
GPG Key ID: D650C65DD46D431D
  1. 8
      cmd/daemon/run-server.go

@ -20,14 +20,6 @@ func runServer(config cfg.Config, reshHistoryPath, bashHistoryPath, zshHistoryPa
shutdown := make(chan string)
// sessshist
sesshistSessionsToInit := make(chan records.Record)
sessionInitSubscribers = append(sessionInitSubscribers, sesshistSessionsToInit)
sesshistSessionsToDrop := make(chan string)
sessionDropSubscribers = append(sessionDropSubscribers, sesshistSessionsToDrop)
sesshistRecords := make(chan records.Record)
recordSubscribers = append(recordSubscribers, sesshistRecords)
// histfile
histfileRecords := make(chan records.Record)
recordSubscribers = append(recordSubscribers, histfileRecords)

Loading…
Cancel
Save