diff --git a/src/newconf.c b/src/newconf.c index 6f1c5f1e..ceff047a 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -1108,6 +1108,7 @@ conf_begin_connect(struct TopConf *tc) yy_server = make_server_conf(); yy_server->port = PORTNUM; + yy_server->flags |= SERVER_TB; if(conf_cur_block_name != NULL) DupString(yy_server->name, conf_cur_block_name);