Force usage of assert() condition when NDEBUG is defined
[lttng-tools.git] / src / bin / lttng-relayd / sessiond-trace-chunks.c
index 1065234739a8d6e529c1dc58ba3dde24140c2666..2f98c3d6362d25c84cd7e0458ddd9218080677b4 100644 (file)
@@ -287,7 +287,7 @@ void sessiond_trace_chunk_registry_destroy(
 {
        int ret = cds_lfht_destroy(sessiond_registry->ht, NULL);
 
-       assert(!ret);
+       LTTNG_ASSERT(!ret);
        free(sessiond_registry);
 }
 
This page took 0.023031 seconds and 4 git commands to generate.