From: Russell Bryant Date: Wed, 1 Nov 2006 16:39:09 +0000 (+0000) Subject: Prevent an infinite loop when config processing gets to a jitterbuffer option X-Git-Tag: 1.4.0-beta4~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9c41a0b8567bc8e0c121ce15bd1dc512acfc731;p=thirdparty%2Fasterisk.git Prevent an infinite loop when config processing gets to a jitterbuffer option git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46744 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index e23b5ddde5..7ee7746566 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -10419,7 +10419,7 @@ static int process_zap(struct ast_variable *v, int reload, int skipchannels) int y; int found_pseudo = 0; - while(v) { + for (; v; v = v->next) { if (!ast_jb_read_conf(&global_jbconf, v->name, v->value)) continue; @@ -11042,7 +11042,6 @@ static int process_zap(struct ast_variable *v, int reload, int skipchannels) } } else if (!skipchannels) ast_log(LOG_WARNING, "Ignoring %s\n", v->name); - v = v->next; } if (!found_pseudo && reload == 0) { /* Make sure pseudo isn't a member of any groups if