Imported Upstream version 2.6.5

This commit is contained in:
Laurent Bigonville 2012-08-12 23:39:31 +02:00
parent fefe62b2bd
commit a1fa151fc7
201 changed files with 7974 additions and 709 deletions

View file

@ -38,7 +38,7 @@
#include <ne_socket.h>
#define DRIVER_NAME "network XML UPS"
#define DRIVER_VERSION "0.30"
#define DRIVER_VERSION "0.31"
/* driver description structure */
upsdrv_info_t upsdrv_info = {
@ -92,7 +92,7 @@ void upsdrv_initinfo(void)
continue;
}
dstate_setinfo("driver.version.internal", "%s", subdriver->version);
dstate_setinfo("driver.version.data", "%s", subdriver->version);
if (testvar("subscribe") && (netxml_alarm_subscribe(subdriver->subscribe) == NE_OK)) {
extrafd = ne_sock_fd(sock);