Skip to content

Commit

Permalink
Merge branch 'PHP-5.5'
Browse files Browse the repository at this point in the history
* PHP-5.5:
  Fix bug #66008
  • Loading branch information
rlerdorf committed Oct 31, 2013
2 parents 3b2ca39 + 812dfbc commit a0244a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/fpm/fpm/fpm_sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a0244a6

Please sign in to comment.