diff --git a/src/resolve/resolved-hook.c b/src/resolve/resolved-hook.c index fb8342ecd6..6940b7ef14 100644 --- a/src/resolve/resolved-hook.c +++ b/src/resolve/resolved-hook.c @@ -299,7 +299,7 @@ static void hook_recycle_varlink(Hook *h, sd_varlink *vl) { /* Disable any potential callbacks while we are recycling the thing */ sd_varlink_set_userdata(vl, NULL); - sd_varlink_bind_reply(vl, NULL); + (void) sd_varlink_bind_reply(vl, NULL); if (set_size(h->idle_links) > HOOK_IDLE_CONNECTIONS_MAX) return;