Leif Johansson <leifj@it.su.se> writes: > it tries to talk to port 23569 on my kdc! You could try this untested patch. /Johan --- krbhst.c 2001/07/01 16:07:32 1.39 +++ krbhst.c 2001/07/06 16:22:19 @@ -118,7 +118,7 @@ hi->def_port = ntohs(def_port); if (port != 0) - hi->port = ntohs(port); + hi->port = port; else hi->port = rr->u.srv->port;