Files
asterisk/include/asterisk
Russell Bryant 7903eac38f Merged revisions 67492 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r67492 | russell | 2007-06-05 15:53:28 -0500 (Tue, 05 Jun 2007) | 16 lines

This bug has been hanging over my head ever since I wrote this SLA code.
Every time I tried to go debug it by adding some debug output, the behavior
would change.  It turns out I wasn't crazy.  I had the following piece of code:

   if (remove)
      AST_LIST_REMOVE_CURRENT(...);

Well, AST_LIST_REMOVE_CURRENT was not wrapped in braces, so my conditional
statement didn't do much good at all.  It always ran at least all of the
macro minus the first statement, so I was seeing list entries magically
disappear when they weren't supposed to.

After many hours of debugging, I have come to this extremely irritating fix. :)

(issues #9581, #9497)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-06-05 20:55:59 +00:00
..
2006-09-20 04:45:45 +00:00
2007-05-31 18:43:59 +00:00
2006-11-15 20:55:17 +00:00
2006-11-24 14:00:19 +00:00
2007-05-18 22:33:51 +00:00
2007-02-24 20:29:41 +00:00
2007-02-24 19:49:11 +00:00
2007-01-01 20:08:47 +00:00
2007-02-24 20:29:41 +00:00
2007-05-04 13:44:50 +00:00
2007-05-04 13:44:50 +00:00
2006-08-23 21:19:21 +00:00
2006-06-14 14:12:56 +00:00
2006-09-20 04:57:20 +00:00
2006-08-29 20:50:36 +00:00
2006-12-29 06:26:53 +00:00
2007-01-19 18:00:00 +00:00
2006-12-15 13:36:34 +00:00
2006-11-11 02:12:27 +00:00
2007-02-24 20:29:41 +00:00