aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/receiver.c')
-rw-r--r--lib/receiver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/receiver.c b/lib/receiver.c
index e039ced..993db32 100644
--- a/lib/receiver.c
+++ b/lib/receiver.c
@@ -158,7 +158,6 @@ struct icipc_receiver *icipc_receiver_new(
if (stat(self->addr.sun_path, &socket_stat) < 0) {
if (errno != ENOENT) {
- res = -errno;
icipc_log_error("receiver %p: stat %s failed "
"with error: %m",
self, self->addr.sun_path);