[NET]: Add const markers to various variables.
[linux-block.git] / net / ipv4 / netfilter / ip_conntrack_amanda.c
index fa3f914117ec20f66e18b27f92b2cc7e58e47d9a..e52847fa10f5d5ca61bf46107ae5212c25f541cc 100644 (file)
@@ -37,7 +37,7 @@ MODULE_LICENSE("GPL");
 module_param(master_timeout, int, 0600);
 MODULE_PARM_DESC(master_timeout, "timeout for the master connection");
 
-static char *conns[] = { "DATA ", "MESG ", "INDEX " };
+static const char *conns[] = { "DATA ", "MESG ", "INDEX " };
 
 /* This is slow, but it's simple. --RR */
 static char *amanda_buffer;