Copyright ownership transfer
[lttng-tools.git] / src / bin / lttng / conf.c
index 9e1773bb4b90aa39da30a6a0b3fb2de865ea6a5d..347d669ae88558db5a23ef93e5c9bbe94ff64e0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -266,7 +266,7 @@ char *config_read_session_name_quiet(const char *path)
 int config_add_session_name(const char *path, const char *name)
 {
        int ret;
-       char *attr = "session=";
+       const char *attr = "session=";
        /* Max name len accepted plus attribute's len and the NULL byte. */
        char session_name[NAME_MAX + strlen(attr) + 1];
 
This page took 0.024673 seconds and 4 git commands to generate.