summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-08-22 13:41:37 +0000
committerShane Kerr <shane@isc.org>2007-08-22 13:41:37 +0000
commit06eb8bab557b390c5215d830cb947fba54f6816b (patch)
treed5a94c90f1962ba8907fd5834f61c15baa0be384 /common/tables.c
parentaf00522b3ef2405e9516f3ce2b53afbdcb30d8ca (diff)
downloadisc-dhcp-06eb8bab557b390c5215d830cb947fba54f6816b.tar.gz
Fix a number of warnings (and a few real bugs) found by enabling
gcc warnings. See RT ticket #17013 for more.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tables.c b/common/tables.c
index 6d8a5df9..5b945620 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -474,7 +474,7 @@ struct enumeration_value dhcpv6_message_values[] = {
};
/* Some code refers to a different table. */
-char *dhcpv6_type_names[] = {
+const char *dhcpv6_type_names[] = {
NULL,
"Solicit",
"Advertise",