Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Resolve Issue #8 - Incorrect/duplicated test conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Echelon9 committed Mar 6, 2015
1 parent 1a16989 commit 4000141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/CrossConnectionTest/CrossConnectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int main()
{
printf("Test failed, ID_NEW_INCOMING_CONNECTION is true for both instances\n");
}
else if (gotConnectionRequestAccepted[0]==0 && gotConnectionRequestAccepted[1]==0)
else if (gotNewIncomingConnection[0]==0 && gotNewIncomingConnection[1]==0)
{
printf("Test failed, ID_NEW_INCOMING_CONNECTION is false for both instances\n");
}
Expand Down

0 comments on commit 4000141

Please sign in to comment.