Skip to content

Commit

Permalink
Remove change unrelated to deadlock fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanu committed Nov 5, 2014
1 parent 5763a58 commit 7a7db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickFIXn/Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ protected bool SendRaw(Message message, int seqNum)
Fields.ResetSeqNumFlag resetSeqNumFlag = new QuickFix.Fields.ResetSeqNumFlag(false);
if (message.IsSetField(resetSeqNumFlag))
message.GetField(resetSeqNumFlag);
if (resetSeqNumFlag.Obj)
if (resetSeqNumFlag.getValue())
{
state_.Reset("ResetSeqNumFlag");
message.Header.SetField(new Fields.MsgSeqNum(state_.GetNextSenderMsgSeqNum()));
Expand Down

0 comments on commit 7a7db47

Please sign in to comment.