diff --git a/tests/test_security_null.cpp b/tests/test_security_null.cpp index 5a3c80eb..0cf0a51a 100644 --- a/tests/test_security_null.cpp +++ b/tests/test_security_null.cpp @@ -120,7 +120,7 @@ int main (void) //zmq_disconnect (client, "tcp://localhost:9001"); // Now use the right domain, the test must pass - rc = zmq_setsockopt (server, ZMQ_ZAP_DOMAIN, "TEST", 5); + rc = zmq_setsockopt (server, ZMQ_ZAP_DOMAIN, "TEST", 4); assert (rc == 0); rc = zmq_bind (server, "tcp://*:9002"); assert (rc == 0);