Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Update common for new GFE
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Mar 30, 2016
1 parent 35a4cd5 commit bb7871f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libs/limelight-common.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/limelight/Limelight.java
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public void run() {
}
}).start();

PairingManager.PairState pairState = httpConn.pair(pinStr);
PairingManager.PairState pairState = httpConn.pair(serverInfo, pinStr);
if (pairState == PairingManager.PairState.PIN_WRONG) {
message = "Incorrect PIN";
}
Expand Down

0 comments on commit bb7871f

Please sign in to comment.