Merged, thanks! Jérémie
On Thu, Oct 15, 2015 at 4:40 PM, Michael Jeanson <[email protected]> wrote: > Signed-off-by: Michael Jeanson <[email protected]> > --- > include/babeltrace/compat/send.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/babeltrace/compat/send.h > b/include/babeltrace/compat/send.h > index 3c6d01a..3998694 100644 > --- a/include/babeltrace/compat/send.h > +++ b/include/babeltrace/compat/send.h > @@ -109,7 +109,7 @@ ssize_t bt_send_nosigpipe(int fd, const void *buffer, > size_t size) > } > /* Restore send() errno */ > errno = saved_err; > -end: > + > return sent; > } > #endif > -- > 1.9.1 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
