Merge branch 'bugfix' of cwtch.im/cwtch into master

This commit is contained in:
Dan Ballard 2018-07-28 17:10:48 +00:00 committed by Gogs
commit cded8755ca
1 changed files with 1 additions and 2 deletions

View File

@ -64,10 +64,9 @@ func (cpsc *CwtchPeerSendChannel) OpenOutbound(channel *channels.Channel) ([]byt
func (cpsc *CwtchPeerSendChannel) OpenOutboundResult(err error, crm *Protocol_Data_Control.ChannelResult) {
if err == nil {
if crm.GetOpened() {
cpsc.channel.Pending = false
ce, _ := proto.GetExtension(crm, protocol.E_ServerNonce)
cpsc.challenge = ce.([]byte)[:]
cpsc.channel.Pending = false
}
}
}