We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c7ae8 commit e404c58Copy full SHA for e404c58
1 file changed
src/main/process.c
@@ -6279,6 +6279,7 @@ static void event_new_fd(void *ctx)
6279
* No one is using the socket. We can remove it now.
6280
*/
6281
this->status = RAD_LISTEN_STATUS_REMOVE_NOW;
6282
+ goto remove_now;
6283
} /* socket is at EOL */
6284
6285
/*
@@ -6295,6 +6296,7 @@ static void event_new_fd(void *ctx)
6295
6296
fr_event_fd_delete(el, 0, this->fd);
6297
this->dead = true;
6298
6299
+ remove_now:
6300
6301
* Re-open the socket, pointing it to /dev/null.
6302
* This means that all writes proceed without
0 commit comments