extb_combi: allow up to 5 children nodes
This commit is contained in:
parent
5984986bcf
commit
9145dc0956
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static int eb_combi(const char *data, struct Client *client_p,
|
|||
{
|
||||
const char *p, *banend;
|
||||
int have_result = FALSE;
|
||||
int allowed_nodes = 3;
|
||||
int allowed_nodes = 6;
|
||||
size_t datalen;
|
||||
|
||||
if (recursion_depth >= 5) {
|
||||
|
|
Loading…
Reference in a new issue