svn rev #21873: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Feb 2 16:55:14 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21873
Commit By: ghudson
Log Message:
Fix a whitespace error introduced when fixing a typo in the defines
added to k5-int.h.



Changed Files:
U   trunk/src/include/k5-int.h
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2009-02-02 21:53:16 UTC (rev 21872)
+++ trunk/src/include/k5-int.h	2009-02-02 21:55:13 UTC (rev 21873)
@@ -201,7 +201,7 @@
 #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"




More information about the cvs-krb5 mailing list