Browse Source

Fix bug #66008

pull/517/head
Rasmus Lerdorf 12 years ago
parent
commit
812dfbc431
  1. 1
      sapi/fpm/fpm/fpm_sockets.c

1
sapi/fpm/fpm/fpm_sockets.c

@ -487,6 +487,7 @@ int fpm_socket_unix_test_connect(struct sockaddr_un *sock, size_t socklen) /* {{
}
if (connect(fd, (struct sockaddr *)sock, socklen) == -1) {
close(fd);
return -1;
}

Loading…
Cancel
Save