Skip to content

Commit

Permalink
Correct merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Engel committed May 27, 2022
1 parent 03ec7fd commit 8e01f6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ internal void Connect(ServerInfo serverInfo,
serverInfo.ResolvedServerName : serverInfo.PreRoutingServerName);
}
_state = TdsParserState.OpenNotLoggedIn;
_physicalStateObj.SniContext = SniContext.Snix_PreLoginBeforeSuccessfullWrite; // SQL BU DT 376766
_physicalStateObj.SniContext = SniContext.Snix_PreLoginBeforeSuccessfulWrite; // SQL BU DT 376766
_physicalStateObj.TimeoutTime = timerExpire;

bool marsCapable = false;
Expand Down

0 comments on commit 8e01f6a

Please sign in to comment.