Fix small bug

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-06-10 18:29:43 -03:00
parent 33febafb43
commit e09ac22579

View File

@@ -323,7 +323,7 @@ func (p *pwd) prepareSession(session *Session) error {
// Connect PWD daemon to the new network // Connect PWD daemon to the new network
if err := p.connectToNetwork(session); err != nil { if err := p.connectToNetwork(session); err != nil {
return nil return err
} }
// Schedule periodic tasks // Schedule periodic tasks