summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/hostaddr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/hostaddr.h b/src/include/krb5/hostaddr.h
index d6ad89035..81e7472ac 100644
--- a/src/include/krb5/hostaddr.h
+++ b/src/include/krb5/hostaddr.h
@@ -36,7 +36,7 @@ typedef struct _krb5_address {
/* implementation-specific stuff: */
typedef struct _krb5_fulladdr {
- krb5_address address;
+ krb5_address *address;
unsigned long port; /* port, for some address types.
large enough for most protos? */
} krb5_fulladdr;