diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index ec5843f35..2a4f1d819 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2106,6 +2106,9 @@ struct srv_dns_entry { char *host; }; #ifdef KRB5_DNS_LOOKUP + +#define MAX_DNS_NAMELEN (15*(MAXHOSTNAMELEN + 1)+1) + krb5_error_code krb5int_make_srv_query_realm(const krb5_data *realm, const char *service, |
