Remove part of last name to fit in a 80 character line
[lttng-tools.git] / src / common / tracker.c
index 0fdbd60f9eaacce380478be6b3dc9b68e77b3944..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
  *
@@ -302,7 +302,7 @@ int lttng_tracker_ids_serialize(const struct lttng_tracker_ids *ids,
 {
        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.02461 seconds and 5 git commands to generate.