ipc: Ignore setsockopt result

This commit is contained in:
Nicolas Williams
2022-01-19 23:37:01 -06:00
parent dd2ad50fbf
commit 4eec82dc52

View File

@@ -1115,7 +1115,7 @@ heim_sipc_service_unix(const char *service,
#ifdef LOCAL_CREDS
{
int one = 1;
setsockopt(fd, 0, LOCAL_CREDS, (void *)&one, sizeof(one));
(void) setsockopt(fd, 0, LOCAL_CREDS, (void *)&one, sizeof(one));
}
#endif