Remove part of last name to fit in a 80 character line
[lttng-tools.git] / src / common / tracker.c
index 2c91d5d6ebd45c6991a421a5aff2897c15a55fb6..c07ea536bb3905e60a83b2ebb1edbc319b1b44f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
@@ -300,9 +300,9 @@ void lttng_tracker_ids_destroy(struct lttng_tracker_ids *ids)
 int lttng_tracker_ids_serialize(const struct lttng_tracker_ids *ids,
                struct lttng_dynamic_buffer *buffer)
 {
-       int ret;
+       int ret = 0;
        int value;
-       const char *string;
+       const char *string = NULL;
        unsigned int count;
        enum lttng_tracker_id_status status;
        const struct lttng_tracker_id *id;
This page took 0.037567 seconds and 5 git commands to generate.