diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go index d9cb12b..4b10ab2 100644 --- a/client/client.go +++ b/client/client.go @@ -43,7 +43,7 @@ func NewClient(kcp bool, socksAddr, obfs4Cert string) *Client { func (c *Client) Start() (bool, error) { defer func() { c.log("STOPPED", "", nil) - } + }() if c.IsStarted() { c.error("Cannot start proxy server, already running") |