dect
/
asterisk
Archived
13
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
1 changed files with 0 additions and 1 deletions

View File

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