Archived
14
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4271 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-11-17 04:36:39 +00:00
parent 12bf011f97
commit 954894bbc1

View file

@ -988,7 +988,6 @@ static int handle_getvariablefull(struct ast_channel *chan, AGI *agi, int argc,
if (!strcmp(chan2->name, argv[4])) if (!strcmp(chan2->name, argv[4]))
break; break;
ast_mutex_unlock(&chan2->lock); ast_mutex_unlock(&chan2->lock);
chan2 = ast_channel_walk_locked(chan2);
} }
} else { } else {
chan2 = chan; chan2 = chan;