Skip to content

Commit

Permalink
Fix buildIkeheader function
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen00991 committed Oct 1, 2024
1 parent 061bd66 commit 2250307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ func (ikeMessage *IKEMessage) BuildIKEHeader(
ikeMessage.ResponderSPI = responderSPI
ikeMessage.MajorVersion = 2
ikeMessage.MinorVersion = 0
ikeMessage.Initiator = initiator
ikeMessage.Response = response
ikeMessage.ExchangeType = exchangeType
ikeMessage.MessageID = messageID
}
Expand Down

0 comments on commit 2250307

Please sign in to comment.