Skip to content

Commit

Permalink
reverted to get1Session. (#229 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
gasbytes committed Oct 31, 2024
1 parent 1fe94d2 commit dc10df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/wolfssl/WolfSSLSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ public long getSession() throws IllegalStateException {
confirmObjectIsActive();

synchronized (sslLock) {
return getSession(this.sslPtr);
return get1Session(this.sslPtr);
}
}

Expand Down

0 comments on commit dc10df6

Please sign in to comment.