[Home]

Summary:ASTERISK-04378: [patch] remove extra call to ast_channel_walk_locked in ast_app_group_match_get_count
Reporter:grolloj (grolloj)Labels:
Date Opened:2005-06-08 17:11:08Date Closed:2008-01-15 15:37:48.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) fix_walk_locked.patch.txt
Description:After the change for bug ASTERISK-4234265, an extraneous call to ast_channel_walk_locked was left behind. As it stands, the code only works on every other locked channel.

The patch is very trivial. Likely just a typo when doing the merge.
Comments:By: grolloj (grolloj) 2005-06-09 09:39:09

The fix_walk_locked.patch.txt replaces the earlier patch.

It replaces an ast_mutex_unlock() call that was removed from manager.c. Again, a small and straightforward change, but this one will cause * to stop working.

By: Kevin P. Fleming (kpfleming) 2005-06-09 15:25:23

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:37:48.000-0600

Repository: asterisk
Revision: 5883

U   trunk/app.c
U   trunk/manager.c

------------------------------------------------------------------------
r5883 | kpfleming | 2008-01-15 15:37:47 -0600 (Tue, 15 Jan 2008) | 2 lines

fix channel walking problems from recent changes (bug ASTERISK-4378)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5883