Copyright ownership transfer
[lttng-tools.git] / src / common / unix.c
index df92b7a0698ef699ed31a5bbc82b6741362cedfb..3945eae4c3c9a2bdbf11ddd21b543587734ca610 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
@@ -253,7 +253,7 @@ retry:
                        goto end;
                }
        }
-       ret = len;
+
 end:
        return ret;
 }
@@ -352,7 +352,6 @@ retry:
                        goto end;
                }
        }
-       ret = len;
 end:
        return ret;
 }
This page took 0.023303 seconds and 4 git commands to generate.