Merged revisions 223485-223486 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Sun, 11 Oct 2009 17:25:42 +0000 (17:25 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 11 Oct 2009 17:25:42 +0000 (17:25 +0000)
commit72934ead4b7fb9b74a6c469ef8a0e0054a748f22
tree00d7957e111cc99dd5cec26af8bf5d1b53fd0726
parent88e526439fe30da094709906f379482f059cff4d
Merged revisions 223485-223486 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r223485 | russell | 2009-10-11 12:22:52 -0500 (Sun, 11 Oct 2009) | 6 lines

  Don't use data outside of its scope.

  The purpose of this code was to have a hangup frame put on the list of deferred
  frames.  However, the code that read the hangup frame was outside of the scope
  of where the hangup frame was declared.
........
  r223486 | russell | 2009-10-11 12:25:06 -0500 (Sun, 11 Oct 2009) | 2 lines

  Remove some unnecessary code.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/autoservice.c