This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new f1ae95c  GEODE-6007: Fix missing servers_ variable (#519)
f1ae95c is described below

commit f1ae95cf997588855f4adaeb7140b04b43e45ebb
Author: M. Oleske <mole...@users.noreply.github.com>
AuthorDate: Thu Sep 12 13:50:27 2019 -0700

    GEODE-6007: Fix missing servers_ variable (#519)
    
    Authored-by Michael Oleske <mole...@pivotal.io>
---
 clicache/integration-test2/Cluster.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clicache/integration-test2/Cluster.cs 
b/clicache/integration-test2/Cluster.cs
index 8ccfe00..8ceb219 100644
--- a/clicache/integration-test2/Cluster.cs
+++ b/clicache/integration-test2/Cluster.cs
@@ -32,6 +32,7 @@ namespace Apache.Geode.Client.IntegrationTests
         private int serverCount_;
         private bool started_;
         private List<Locator> locators_;
+        private List<Server> servers_;
         private string name_;
         internal int jmxManagerPort = Framework.FreeTcpPort();
         internal string keyStore_ = Environment.CurrentDirectory + 
"/ServerSslKeys/server_keystore.jks";

Reply via email to