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