aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ws.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ws.c b/tests/ws.c
index f6eac685..eff95ab3 100644
--- a/tests/ws.c
+++ b/tests/ws.c
@@ -23,7 +23,6 @@
static int
check_props_v4(nng_msg *msg, nng_listener l, nng_dialer d)
{
-#if 0
nng_pipe p;
size_t z;
p = nng_msg_get_pipe(msg);
@@ -49,7 +48,6 @@ check_props_v4(nng_msg *msg, nng_listener l, nng_dialer d)
So(ra.s_un.s_in.sa_port != 0);
So(ra.s_un.s_in.sa_addr == htonl(0x7f000001));
});
-#endif
return (0);
}