X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fonewire.c;h=c40d5ad73077c4243074d4ae27ff3424d76b4204;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=77fe08ca23a582c698507572d13d54a5b32a1eb6;hpb=5b8102adb3d8d11a9c1e02081cc228101de80064;p=collectd.git diff --git a/src/onewire.c b/src/onewire.c index 77fe08ca..c40d5ad7 100644 --- a/src/onewire.c +++ b/src/onewire.c @@ -62,7 +62,6 @@ static char *device_g = NULL; static const char *config_keys[] = { - "Alias", "Device", "IgnoreSelected", "Sensor", @@ -105,10 +104,6 @@ static int cow_load_config (const char *key, const char *value) sfree (device_g); device_g = temp; } - else if (strcasecmp (key, "Alias") == 0) - { - /* azogtodo alias-list */ - } else { return (-1); @@ -154,7 +149,6 @@ static int cow_read_values (const char *path, const char *name, vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "onewire", sizeof (vl.plugin));