up assert vaule on header loop detection to 1 meeeeelyonne for hmmhesegs

This commit is contained in:
Anthony Minessale 2011-01-13 10:03:00 -06:00
parent a6db66ef36
commit d9c5634507
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_del_header_val(switch_event_t *even
tp = tp->next;
x++;
switch_assert(x < 1000);
switch_assert(x < 1000000);
hash = switch_ci_hashfunc_default(header_name, &hlen);
if ((!hp->hash || hash == hp->hash) && !strcasecmp(header_name, hp->name) && (zstr(val) || !strcmp(hp->value, val))) {