From cc57cd76c2cbef674308b2580907b520debc0804 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 4 Apr 2016 17:03:56 +0200 Subject: [PATCH] Small bug fix --- src/zutil/osal/app/linux/NutUPSClient.java | 1 + test/zutil/jee/upload/upload_test.html | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 test/zutil/jee/upload/upload_test.html diff --git a/src/zutil/osal/app/linux/NutUPSClient.java b/src/zutil/osal/app/linux/NutUPSClient.java index 9f9ef40..c6cf37b 100755 --- a/src/zutil/osal/app/linux/NutUPSClient.java +++ b/src/zutil/osal/app/linux/NutUPSClient.java @@ -43,6 +43,7 @@ public class NutUPSClient { public NutUPSClient(String host, int port){ + this.upsDevices = new ArrayList<>(); this.host = host; this.port = port; this.pollTimer = new Timer(POLL_INTERVAL); diff --git a/test/zutil/jee/upload/upload_test.html b/test/zutil/jee/upload/upload_test.html old mode 100644 new mode 100755