We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff61d85 commit 42bd2d5Copy full SHA for 42bd2d5
src/gateway.c
@@ -122,6 +122,7 @@ void get_clients_from_parent(void) {
122
123
if (connect(sock, (struct sockaddr *)&sa_un, strlen(sa_un.sun_path) + sizeof(sa_un.sun_family))) {
124
debug(LOG_ERR, "Failed to connect to parent (%s) - client list not downloaded", strerror(errno));
125
+ close(sock);
126
return;
127
}
128
0 commit comments