mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
revert unrelated change that slipped into last commit
This commit is contained in:
parent
cff5747c74
commit
39494a273e
@ -40,7 +40,7 @@ retry:
|
||||
buf[0] = NSCDVERSION;
|
||||
|
||||
fd = socket(PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0);
|
||||
if (fd < 0 && errno != EAFNOSUPPORT) return NULL;
|
||||
if (fd < 0) return NULL;
|
||||
|
||||
if(!(f = fdopen(fd, "r"))) {
|
||||
close(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user