mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +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);
|
KDC kdc = KDC.create(OneKDC.REALM);
|
||||||
// Run this after KDC, so our own DNS service can be started
|
// Run this after KDC, so our own DNS service can be started
|
||||||
try {
|
try {
|
||||||
SERVER = InetAddress.getLocalHost().getHostName();
|
SERVER = InetAddress.getLocalHost().getHostName().toLowerCase();
|
||||||
} catch (java.net.UnknownHostException e) {
|
} catch (java.net.UnknownHostException e) {
|
||||||
SERVER = "localhost";
|
SERVER = "localhost";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue