summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-02-02 21:55:13 +0000
committerGreg Hudson <ghudson@mit.edu>2009-02-02 21:55:13 +0000
commit4c08ab0de0dcc7875d0812bb6a590154e84c9296 (patch)
tree80c81342af66a842826d03937700db8726f5d588 /src/include
parentd4f483cb6c1afc06ad9025655f1ac25e1884fc09 (diff)
downloadkrb5-4c08ab0de0dcc7875d0812bb6a590154e84c9296.tar.gz
krb5-4c08ab0de0dcc7875d0812bb6a590154e84c9296.tar.xz
krb5-4c08ab0de0dcc7875d0812bb6a590154e84c9296.zip
Fix a whitespace error introduced when fixing a typo in the defines
added to k5-int.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21873 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index ad9da06ca..77f99c89e 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"
-#define 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"