(gss_address_to_krb5addr): actually use int' instead of sa_family_t'

for the address family.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8496 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-29 21:47:53 +00:00
parent 00b360e95e
commit edb913ac33
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ gss_address_to_krb5addr(OM_uint32 gss_addr_type,
int16_t port,
krb5_address *address)
{
sa_family_t addr_type;
int addr_type;
struct sockaddr sa;
int sa_len = sizeof(sa);
krb5_error_code problem;

View File

@@ -41,7 +41,7 @@ gss_address_to_krb5addr(OM_uint32 gss_addr_type,
int16_t port,
krb5_address *address)
{
sa_family_t addr_type;
int addr_type;
struct sockaddr sa;
int sa_len = sizeof(sa);
krb5_error_code problem;