Return multi-values attributes from an LDAP lookup in parsable form (bug 660).
[exim.git] / src / src / lookups / dnsdb.c
index 5e7c158aa1dda04d70a5f1f37a09a3f6ef47a808..2862a5bc9f95890c03291eb0ba79a2eee8735341 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/lookups/dnsdb.c,v 1.20 2010/05/29 19:23:26 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -21,7 +19,7 @@ header files. */
 
 /* Table of recognized DNS record types and their integer values. */
 
-static char *type_names[] = {
+static const char *type_names[] = {
   "a",
 #if HAVE_IPV6
   "aaaa",