diff options
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a4ac496c21..2ca649ee74 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2094,10 +2094,10 @@ struct srv_dns_entry { unsigned short port; char *host; }; -#ifdef KRB5_DNS_LOOKUP #define MAX_DNS_NAMELEN (15*(MAXHOSTNAMELEN + 1)+1) +#ifdef KRB5_DNS_LOOKUP krb5_error_code krb5int_make_srv_query_realm(const krb5_data *realm, const char *service, |