git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3695 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:28:03 +00:00
parent 770632d951
commit 545297c6e4
7 changed files with 15 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ common_setup(krb5_context *context, int *argc, char **argv,
krb5_errx(*context, 0, "%s", heimdal_version);
if(port_str){
struct servent *s = getservbyname(port_str, "tcp");
struct servent *s = roken_getservbyname(port_str, "tcp");
if(s)
port = s->s_port;
else {