Files
asterisk/include/asterisk
Russell Bryant fe9a3bef4e 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/branches/1.4@67492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-06-05 20:53:28 +00:00
..
2006-09-20 04:45:45 +00:00
2006-06-07 18:28:29 +00:00
2007-05-18 22:06:27 +00:00
2006-09-18 19:54:18 +00:00
2006-09-28 12:47:23 +00:00
2006-05-22 21:12:30 +00:00
2006-12-28 19:43:15 +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-11-11 02:04:28 +00:00
2007-02-10 00:35:09 +00:00