Fix unneeded error reporting

This commit is contained in:
Nonoo 2020-10-26 09:26:21 +01:00
parent 60e73fb027
commit 187449b8cb

View file

@ -296,7 +296,7 @@ func (s *controlStream) init() error {
copy(s.authID[:], r[26:32])
s.gotAuthID = true
if err := s.sendPktAuth(0x02); err != nil {
reportError(err)
return err
}
log.Debug("login ok, first auth sent...")