mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-22 08:02:09 +02:00
Fixed silly port number.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user