[Home]

Summary:ASTERISK-05946: [patch] fix locking bug and store hints using linked list macros
Reporter:Russell Bryant (russell)Labels:
Date Opened:2006-01-02 01:07:45.000-0600Date Closed:2006-01-10 21:32:36.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) hintlist.patch
( 1) hintlock.patch
Description:There is a place where the hintlock was accidently locked instead of unlocked.  This is shown in the first patch - 'hintlock.patch'.

I have also converted the list of hints to use the linked list macros in the patch - 'hintlist.patch'.  This patch includes the fix for the bug listed above.

****** ADDITIONAL INFORMATION ******

There are many more lists in pbx.c that need to be converted, but I'm keeping it broken up into smaller pieces so that the changes are easier to see.
Comments:By: Russell Bryant (russell) 2006-01-10 20:56:32.000-0600

hintlock.patch is for 1.2

hintlist.patch is for trunk