Use different initial auth inner send seqnum

This commit is contained in:
Nonoo 2020-10-18 23:36:40 +02:00
parent ff4a4e32b5
commit daadeacdfa

View file

@ -214,7 +214,7 @@ func (s *controlStream) start() {
s.common.waitForPkt6Answer()
s.authSendSeq = 1
s.authInnerSendSeq = 0x1234
s.authInnerSendSeq = 1
s.sendPktAuth()
log.Debug("expecting auth answer")