Merge branch 'collectd-4.8'
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 2 Oct 2009 07:54:14 +0000 (09:54 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 2 Oct 2009 07:54:14 +0000 (09:54 +0200)
Conflicts:
src/df.c

1  2 
README
src/df.c

diff --cc README
Simple merge
diff --cc src/df.c
+++ b/src/df.c
@@@ -137,7 -136,7 +137,7 @@@ static void df_submit (char *df_name
        sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "df", sizeof (vl.plugin));
        sstrncpy (vl.plugin_instance, "", sizeof (vl.plugin_instance));
-       sstrncpy (vl.type, type, sizeof (vl.host));
 -      sstrncpy (vl.type, "df", sizeof (vl.type));
++      sstrncpy (vl.type, type, sizeof (vl.type));
        sstrncpy (vl.type_instance, df_name, sizeof (vl.type_instance));
  
        plugin_dispatch_values (&vl);