Fixed silly port number.

This commit is contained in:
Guido Goldstein 2013-08-29 20:55:23 +02:00
parent 455739f942
commit 93a068a832

View File

@ -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;