Commit 93a068a8 authored by Guido Goldstein's avatar Guido Goldstein

Fixed silly port number.

parent 455739f9
......@@ -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