'static' to 'static const'
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
index 4998d48..0c42c6c 100644 (file)
@@ -63,7 +63,7 @@ struct unix_instance {
        const char *radwtmp;
 };
 
-static CONF_PARSER module_config[] = {
+static const CONF_PARSER module_config[] = {
        { "radwtmp",  PW_TYPE_STRING_PTR,
          offsetof(struct unix_instance,radwtmp), NULL,   "NULL" },