Skip to content

Commit

Permalink
Synchronize ADALGetAccessTokenForWindowsIntegrated (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Oct 13, 2020
1 parent 4e7a0a3 commit aebe891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private static native int SNISecGenClientContext(byte[] psec, int[] secptrsize,

private static native int GetDNSName(String address, String[] DNSName, java.util.logging.Logger log);

private static native FedAuthDllInfo ADALGetAccessTokenForWindowsIntegrated(String stsURL,
private static synchronized native FedAuthDllInfo ADALGetAccessTokenForWindowsIntegrated(String stsURL,
String servicePrincipalName, String clientConnectionId, String clientId, long expirationFileTime,
java.util.logging.Logger log);

Expand Down

0 comments on commit aebe891

Please sign in to comment.