X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=efafeddbc3543e0d26c5cd2f66f046663c5b8572;hb=3aa937ab446c323bec53fc3581c424a3cc5c020e;hp=7a7f7954be3c843df01bfea1af6d3c815e345773;hpb=d295668767ac8234e83984e1812d342d03293d88;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 7a7f7954b..efafeddbc 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -1856,7 +1856,7 @@ ssize_t lttng_consumer_on_read_subbuffer_mmap( relayd_hang_up = 1; /* Socket operation failed. We consider the relayd dead */ - if (errno == EPIPE || errno == EINVAL || errno == EBADF) { + if (errno == EPIPE) { /* * This is possible if the fd is closed on the other side * (outfd) or any write problem. It can be verbose a bit for a