From: Anthony Minessale Date: Thu, 13 Jan 2011 16:03:00 +0000 (-0600) Subject: up assert vaule on header loop detection to 1 meeeeelyonne for hmmhesegs X-Git-Tag: v1.2-rc1~203^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c5634507118428b27dea28bb3950beb4da9741;p=thirdparty%2Ffreeswitch.git up assert vaule on header loop detection to 1 meeeeelyonne for hmmhesegs --- diff --git a/src/switch_event.c b/src/switch_event.c index 3941fabe1e..003fc82296 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -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))) {