diff options
Diffstat (limited to 'tests/reqrep_tcp.cpp')
-rw-r--r-- | tests/reqrep_tcp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reqrep_tcp.cpp b/tests/reqrep_tcp.cpp index cb99a66..b11d5a1 100644 --- a/tests/reqrep_tcp.cpp +++ b/tests/reqrep_tcp.cpp @@ -25,7 +25,7 @@ int XS_TEST_MAIN () { fprintf (stderr, "reqrep_tcp test running...\n"); - void *ctx = xs_init (1); + void *ctx = xs_init (); assert (ctx); void *sb = xs_socket (ctx, XS_REP); |