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