always copy packet/content_size, they are overwritten by the lib when necessary
[babeltrace.git] / plugins / lttng-utils / copy.c
index 972cb36902cdcf32d1c5af85fe170f44e22679d3..d06bd88874e453d0d7b1f533cc4be209efe21644 100644 (file)
@@ -1054,7 +1054,7 @@ struct bt_ctf_packet *debug_info_new_packet(
        }
 
        writer_packet_context = ctf_copy_packet_context(debug_it->err, packet,
-                       writer_stream, 0);
+                       writer_stream);
        if (!writer_packet_context) {
                fprintf(debug_it->err, "[error] %s in %s:%d\n",
                                __func__, __FILE__, __LINE__);
This page took 0.023406 seconds and 4 git commands to generate.