From: Greg Hudson Date: Mon, 2 Feb 2009 21:53:16 +0000 (+0000) Subject: Fix a typo in the defines added to k5-int.h X-Git-Tag: krb5-1.8-alpha1~732 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4f483cb6c1afc06ad9025655f1ac25e1884fc09;p=krb5.git Fix a typo in the defines added to k5-int.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21872 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index c23a284f3..ad9da06ca 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -201,7 +201,7 @@ typedef INT64_TYPE krb5_int64; #define KRB5_CONF_DNS_LOOKUP_KDC "dns_lookup_kdc" #define KRB5_CONF_DNS_LOOKUP_REALM "dns_lookup_realm" #define KRB5_CONF_DNS_FALLBACK "dns_fallback" -#edefine KRB5_CONF_EXTRA_ADDRESSES "extra_addresses" +#define KRB5_CONF_EXTRA_ADDRESSES "extra_addresses" #define KRB5_CONF_HOST_BASED_SERVICES "host_based_services" #define KRB5_CONF_IPROP_ENABLE "iprop_enable" #define KRB5_CONF_IPROP_MASTER_ULOGSIZE "iprop_master_ulogsize"