]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch
Merge remote-tracking branch 'amarx/BUG10797' into next
[ipfire-2.x.git] / src / patches / collectd / 0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch
index ec6819c9fad5211677f33c62ec0a8be843393ef5..0704a6b7f017f153690312ad3ed6a4e3b1c2f6e9 100644 (file)
@@ -61,7 +61,7 @@ index 2db3677..d446e99 100644
                sstrncpy (vl.plugin_instance, pinst,
                                sizeof (vl.plugin_instance));
 -      sstrncpy (vl.type, "compression", sizeof (vl.type));
-+      sstrncpy (vl.type, "compression_dervice", sizeof (vl.type));
++      sstrncpy (vl.type, "compression_derive", sizeof (vl.type));
        if (tinst != NULL)
                sstrncpy (vl.type_instance, tinst, sizeof (vl.type_instance));