mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-03-17 02:24:38 +01:00
Fix unneeded error reporting
This commit is contained in:
parent
60e73fb027
commit
187449b8cb
|
|
@ -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...")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue