summaryrefslogtreecommitdiff
path: root/tests/reqrep_ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reqrep_ipc.cpp')
-rw-r--r--tests/reqrep_ipc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reqrep_ipc.cpp b/tests/reqrep_ipc.cpp
index ba7b861..7325cbb 100644
--- a/tests/reqrep_ipc.cpp
+++ b/tests/reqrep_ipc.cpp
@@ -31,7 +31,7 @@ int XS_TEST_MAIN ()
{
fprintf (stderr, "reqrep_ipc test running...\n");
- void *ctx = xs_init (1);
+ void *ctx = xs_init ();
assert (ctx);
void *sb = xs_socket (ctx, XS_REP);