Skip to content

Commit b39bfd2

Browse files
committed
fix Hidden class variable
1 parent f5349db commit b39bfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/DtaSession.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DtaSession::start(OPAL_UID SP, char * HostChallenge, vector<uint8_t> SignAuthori
9898
{
9999
LOG(D1) << "Entering DtaSession::startSession ";
100100
vector<uint8_t> hash;
101-
uint8_t lastRC = 0;
101+
lastRC = 0;
102102

103103
DtaCommand *cmd = new DtaCommand();
104104
if (NULL == cmd) {

0 commit comments

Comments
 (0)