Commit 22f05fa2 authored by Martin Hurton's avatar Martin Hurton

Merge pull request #635 from guidog/master

Fixed silly port number.
parents 4ca6ab26 93a068a8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment