mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 21:16:54 +02:00
Revert "Merge branch 'master' of github.com:ianbarber/libzmq"
This reverts commit3345902979
, reversing changes made to889b0e6f29
.
This commit is contained in:
@@ -40,7 +40,7 @@ int main (int argc, char *argv [])
|
||||
int rc = zmq_connect (sock, "tcp://localhost:1234");
|
||||
assert (rc == 0);
|
||||
|
||||
rc = zmq_connect (sock, "tcp://0mq.is.teh.best:1234");
|
||||
rc = zmq_connect (sock, "tcp://foobar123xyz:1234");
|
||||
assert (rc == -1);
|
||||
assert (errno == EINVAL);
|
||||
|
||||
|
Reference in New Issue
Block a user