mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fixed silly port number.
This commit is contained in:
parent
455739f942
commit
93a068a832
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user