projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
955da00
)
need pointer to address since it's variable length
author
John Kohl
<jtkohl@mit.edu>
Wed, 20 Dec 1989 10:59:58 +0000
(10:59 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 20 Dec 1989 10:59:58 +0000
(10:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@50
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/hostaddr.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/hostaddr.h
b/src/include/krb5/hostaddr.h
index d6ad8903574ae228dd6a4c5038848c7b22b1845a..81e7472ac7527b4195bbf5a39e00b4b82805bed2 100644
(file)
--- 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;