Revert "Merge branch 'master' of github.com:ianbarber/libzmq"

This reverts commit 3345902979, reversing
changes made to 889b0e6f29.
This commit is contained in:
Ian Barber
2012-06-12 14:13:17 +01:00
parent dde69fb9fb
commit 029d3dfae2
15 changed files with 119 additions and 331 deletions

View File

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