mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user