We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4df323 commit f2de990Copy full SHA for f2de990
1 file changed
src/main/listen.c
@@ -1261,6 +1261,7 @@ static int dual_tcp_accept(rad_listen_t *listener)
1261
memcpy(this->data, listener->data, sizeof(*sock));
1262
memcpy(this, listener, sizeof(*this));
1263
this->next = NULL;
1264
+ this->children = NULL;
1265
this->data = sock; /* fix it back */
1266
#ifdef WITH_TCP
1267
this->nonblock = listener->nonblock;
0 commit comments