Skip to content

Commit 39f1bd1

Browse files
committed
Children listeners should have listen = false
1 parent 234472b commit 39f1bd1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/listen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@ static int dual_tcp_accept(rad_listen_t *listener)
12631263
this->next = NULL;
12641264
this->children = NULL;
12651265
this->data = sock; /* fix it back */
1266+
this->listen = false;
12661267
#ifdef WITH_TCP
12671268
this->nonblock = listener->nonblock;
12681269
#endif

0 commit comments

Comments
 (0)