mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
6906510: Fix testcase for 6894643: Separate out dependency on Kerberos
Reviewed-by: weijun
This commit is contained in:
parent
0a8ab811e9
commit
6e6324c607
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class SSL {
|
|||
KDC kdc = KDC.create(OneKDC.REALM);
|
||||
// Run this after KDC, so our own DNS service can be started
|
||||
try {
|
||||
SERVER = InetAddress.getLocalHost().getHostName();
|
||||
SERVER = InetAddress.getLocalHost().getHostName().toLowerCase();
|
||||
} catch (java.net.UnknownHostException e) {
|
||||
SERVER = "localhost";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue