summaryrefslogtreecommitdiff
path: root/tests/reconnect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reconnect.cpp')
-rw-r--r--tests/reconnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reconnect.cpp b/tests/reconnect.cpp
index 2014fe0..c23d306 100644
--- a/tests/reconnect.cpp
+++ b/tests/reconnect.cpp
@@ -25,7 +25,7 @@ int XS_TEST_MAIN ()
fprintf (stderr, "reconnect test running...\n");
// Create the basic infrastructure.
- void *ctx = xs_init (1);
+ void *ctx = xs_init ();
assert (ctx);
void *push = xs_socket (ctx, XS_PUSH);
assert (push);