diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-02-10 14:06:03 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-02-10 14:06:03 +0000 |
| commit | 410ca88465f065f244f88c1d4089cb0fa4a45799 (patch) | |
| tree | 5991a94cf29da0e6599e7263ba9c1cfd9e769a23 /cmd | |
| parent | 75c530dcd9fbe3376f3a3c617663af0303a935e3 (diff) | |
initial scheduled jobs
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/dserver/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/dserver/main.go b/cmd/dserver/main.go index aa209a8..03834f1 100644 --- a/cmd/dserver/main.go +++ b/cmd/dserver/main.go @@ -68,8 +68,8 @@ func main() { pprof.Start() } - sshServer := server.New() - status := sshServer.Start(ctx) + serv := server.New() + status := serv.Start(ctx) logger.Flush() os.Exit(status) } |
