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 8ee1bc4  Fix build break due to typo
8ee1bc4 is described below

commit 8ee1bc403a4acb08a357c43f959e6d6e05c36fe4
Author: Ernie <[email protected]>
AuthorDate: Fri Oct 26 15:32:21 2018 +0000

    Fix build break due to typo
---
 examples/cpp/function-execution/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cpp/function-execution/main.cpp 
b/examples/cpp/function-execution/main.cpp
index 1b0ae81..6b57734 100644
--- a/examples/cpp/function-execution/main.cpp
+++ b/examples/cpp/function-execution/main.cpp
@@ -62,7 +62,7 @@ int main(int argc, char** argv) {
         .createFactory()
         .setSubscriptionEnabled(true)
         .addServer("localhost", 50505)
-        .addServer("localhost", 40404);
+        .addServer("localhost", 40404)
         .create("pool");
 
     // Create the example Region Programmatically

Reply via email to