0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 10:38:37 +02:00

extb_combi: allow up to 5 children nodes

This commit is contained in:
William Pitcock 2015-12-13 11:09:15 -06:00
parent 5984986bcf
commit 9145dc0956

View file

@ -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) {