Imported Upstream version 2.7.2

This commit is contained in:
Laurent Bigonville 2014-04-22 20:39:47 +02:00
parent 0121794af9
commit a356b56d11
263 changed files with 6039 additions and 8151 deletions

View file

@ -220,7 +220,7 @@ static void list_range(nut_ctype_t *client, const char *upsname, const char *var
return;
}
sendback(client, "END LIST ENUM %s %s\n", upsname, var);
sendback(client, "END LIST RANGE %s %s\n", upsname, var);
}
static void list_ups(nut_ctype_t *client)