summaryrefslogtreecommitdiff
path: root/perf/c/local_thr.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/c/local_thr.c')
-rw-r--r--perf/c/local_thr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/c/local_thr.c b/perf/c/local_thr.c
index 94a011d..f39d63f 100644
--- a/perf/c/local_thr.c
+++ b/perf/c/local_thr.c
@@ -51,7 +51,7 @@ int main (int argc, char *argv [])
s = zmq_socket (ctx, ZMQ_SUB);
assert (s);
- rc = zmq_setsockopt (s, ZMQ_SUBSCRIBE , "*", 1);
+ rc = zmq_setsockopt (s, ZMQ_SUBSCRIBE , "", 0);
assert (rc == 0);
// Add your socket options here.