new field names in `krb5_address'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1910 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -21,7 +21,7 @@ krb5_get_all_client_addrs (krb5_addresses *res)
|
||||
return errno;
|
||||
res->number = 1;
|
||||
res->addrs = malloc (sizeof(*res->addrs));
|
||||
res->addrs[0].type = hostent->h_addrtype;
|
||||
res->addrs[0].addr_type = hostent->h_addrtype;
|
||||
res->addrs[0].address.data = NULL;
|
||||
res->addrs[0].address.length = 0;
|
||||
err = krb5_data_alloc (&res->addrs[0].address, hostent->h_length);
|
||||
|
Reference in New Issue
Block a user