Skip to content

Commit

Permalink
ProfileTokenImplNative fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Eberhard <[email protected]>
  • Loading branch information
jeber-ibm committed Nov 8, 2024
1 parent fc6ca2a commit 86c1c11
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ private byte[] generateTokenExtended(String uid, char[] pwd, char[] additionalAu

// Input: Local port
parmlist[18] = new ProgramParameter(BinaryConverter.intToByteArray(remotePort));

isEnhancedToken[0] = true;
} else {
isEnhancedToken[0] = false;
}

ProgramCall programCall = new ProgramCall(sys);
Expand Down

0 comments on commit 86c1c11

Please sign in to comment.