diff options
Diffstat (limited to 'perf/cl')
-rw-r--r-- | perf/cl/local-thr.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cl/local-thr.lisp b/perf/cl/local-thr.lisp index 1098c47..0944364 100644 --- a/perf/cl/local-thr.lisp +++ b/perf/cl/local-thr.lisp @@ -30,7 +30,7 @@ (zmq::with-context (ctx 1 1) (zmq:with-socket (s ctx zmq:sub) - (zmq:setsockopt s zmq:subscribe "*") + (zmq:setsockopt s zmq:subscribe "") (zmq:setsockopt s zmq:rate *rate*) (zmq:bind s *bind-address*) (let ((msg (make-instance 'zmq:msg))) |