Merge branch 'sh/collectd-4.5' into sh/collectd-4.6
[collectd.git] / src / snmp.c
index 998c4b6..352075f 100644 (file)
@@ -696,6 +696,7 @@ static void csnmp_host_open_session (host_definition_t *host)
   }
 } /* void csnmp_host_open_session */
 
+/* TODO: Check if negative values wrap around. Problem: negative temperatures. */
 static value_t csnmp_value_list_to_value (struct variable_list *vl, int type,
     double scale, double shift)
 {