Imported Upstream version 2.6.0

This commit is contained in:
arnaud.quette@free.fr 2011-01-26 10:35:08 +01:00
parent 26fb71b504
commit 459aaf9392
510 changed files with 40508 additions and 18859 deletions

View file

@ -32,7 +32,7 @@ static void set_var(ctype_t *client, const char *upsname, const char *var,
{
upstype_t *ups;
const char *val;
const struct enum_t *etmp;
const enum_t *etmp;
char cmd[SMALLBUF], esc[SMALLBUF];
ups = get_ups_ptr(upsname);