[asterisk-commits] mmichelson: branch 1.6.1 r173399 - in /branches/1.6.1: ./ apps/app_chanspy.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 4 11:46:37 CST 2009
Author: mmichelson
Date: Wed Feb 4 11:46:36 2009
New Revision: 173399
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173399
Log:
Merged revisions 173397 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r173397 | mmichelson | 2009-02-04 11:45:14 -0600 (Wed, 04 Feb 2009) | 11 lines
Merged revisions 173396 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r173396 | mmichelson | 2009-02-04 11:44:48 -0600 (Wed, 04 Feb 2009) | 3 lines
Revert my previous change because it was stupid
........
................
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_chanspy.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_chanspy.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_chanspy.c?view=diff&rev=173399&r1=173398&r2=173399
==============================================================================
--- branches/1.6.1/apps/app_chanspy.c (original)
+++ branches/1.6.1/apps/app_chanspy.c Wed Feb 4 11:46:36 2009
@@ -340,10 +340,8 @@
}
ast_mutex_unlock(&spyee_chanspy_ds->lock);
- if (!spyee) {
- ast_channel_unlock(spyee);
+ if (!spyee)
return 0;
- }
/* We now hold the channel lock on spyee */
More information about the asterisk-commits
mailing list