From: Ruben Kerkhof Date: Fri, 4 Mar 2016 20:02:43 +0000 (+0100) Subject: mbmon plugin: constify X-Git-Tag: collectd-5.6.0~441 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1917116cda67eb6d90f68d0b39a930d90cee416e;p=collectd.git mbmon plugin: constify --- diff --git a/src/mbmon.c b/src/mbmon.c index 5e87f00b..2d6d77e2 100644 --- a/src/mbmon.c +++ b/src/mbmon.c @@ -260,8 +260,8 @@ static int mbmon_read (void) double value; char *nextc; - char *type; - char *inst; + const char *type; + const char *inst; *t++ = '\0'; trim_spaces (s);