提交 de004625 编写于 作者: V vinnie

6906510: Fix testcase for 6894643: Separate out dependency on Kerberos

Reviewed-by: weijun
上级 78b86e45
......@@ -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";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册