Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns committed Jun 16, 2022
1 parent c978c90 commit 612f158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/PairingSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool PairingSession::IsSessionEstablishmentInProgress()
}

Transport::SecureSession * secureSession = mSecureSessionHolder->AsSecureSession();
return secureSession->IsPairing();
return secureSession->IsEstablishing();
}

void PairingSession::Clear()
Expand Down

0 comments on commit 612f158

Please sign in to comment.