From 93a068a832ae64f294e68f54fa828cb6be24f93e Mon Sep 17 00:00:00 2001 From: Guido Goldstein Date: Thu, 29 Aug 2013 20:55:23 +0200 Subject: [PATCH] Fixed silly port number. --- tests/test_conflate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_conflate.cpp b/tests/test_conflate.cpp index bbc7646d..3bc9d0dd 100644 --- a/tests/test_conflate.cpp +++ b/tests/test_conflate.cpp @@ -23,7 +23,7 @@ int main (int argc, char *argv []) { - const char *bind_to = "tcp://127.0.0.1:77008"; + const char *bind_to = "tcp://127.0.0.1:5555"; int rc;