Skip to content

Commit

Permalink
fixed (re)connecting process to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Oct 28, 2020
1 parent 5e5a586 commit 1d49e81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions daemon/ui/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ func NewClient(socketPath string, stats *statistics.Statistics, rules *rule.Load
}
c.loadDiskConfiguration(false)
if socketPath != "" {
c.socketPath = socketPath
c.socketPath = c.getSocketPath(socketPath)
}

c.socketPath = c.getSocketPath(c.socketPath)

go c.poller()
return c
}
Expand Down

0 comments on commit 1d49e81

Please sign in to comment.