Add comment

This commit is contained in:
Matt Joiner 2018-04-12 16:12:27 +10:00
parent ed75065f76
commit e38216a472
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ func NewClient(cfg *Config) (cl *Client, err error) {
if err != nil { if err != nil {
return return
} }
// Check for panics.
cl.LocalPort() cl.LocalPort()
for _, s := range cl.conns { for _, s := range cl.conns {