Skip to content

Commit

Permalink
Fix bug #66008
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Oct 31, 2013
1 parent 5f1cbfa commit 812dfbc
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 812dfbc

Please sign in to comment.