Fix: rcu_read_unlock without parentheses has no side-effect
[lttng-tools.git] / src / common / consumer.c
index eed346d06253a2e44ec0298ab846b3e386da839f..b593a2ae425d4b7cbb023cca272f2c268e30eeba 100644 (file)
@@ -2333,7 +2333,7 @@ restart:
                                consumer_del_metadata_stream(stream, metadata_ht);
                        } else {
                                ERR("Unexpected poll events %u for sock %d", revents, pollfd);
-                               rcu_read_unlock;
+                               rcu_read_unlock();
                                goto end;
                        }
                        /* Release RCU lock for the stream looked up */
This page took 0.023237 seconds and 4 git commands to generate.