Skip to content

Commit

Permalink
Properly print socket address
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung authored and rwinch committed May 20, 2024
1 parent a2672e6 commit 4963be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static void main(String[] args) throws Exception {
System.out.println("---------------------------------------------------");
System.out.println(" Realm : " + miniKdc.getRealm());
System.out.println(" Running at : " + miniKdc.getHost() + ":" +
miniKdc.getHost());
miniKdc.getPort());
System.out.println(" krb5conf : " + krb5conf);
System.out.println();
System.out.println(" created keytab : " + keytabFile);
Expand Down

0 comments on commit 4963be7

Please sign in to comment.