context to krb5_getportbyname.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-31 17:50:05 +00:00
parent 712f9cb1c6
commit db041ac3d3
2 changed files with 3 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ krb5_sendto_kdc (krb5_context context,
int port;
int i;
port = krb5_getportbyname ("kerberos", "udp", htons(88));
port = krb5_getportbyname (context, "kerberos", "udp", 88);
err = krb5_get_krbhst (context, realm, &hostlist);
if (err) {