svn rev #21872: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Feb 2 16:53:17 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21872
Commit By: ghudson
Log Message:
Fix 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:34:19 UTC (rev 21871)
+++ trunk/src/include/k5-int.h	2009-02-02 21:53:16 UTC (rev 21872)
@@ -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"
-#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"




More information about the cvs-krb5 mailing list